diff options
| author | John Dyson <dyson@FreeBSD.org> | 1996-12-30 05:31:21 +0000 |
|---|---|---|
| committer | John Dyson <dyson@FreeBSD.org> | 1996-12-30 05:31:21 +0000 |
| commit | d0aea04fe0339e38377600f96bd662eb8e0eb28b (patch) | |
| tree | 897f659fee68ca11a992ee3be71d600f4e9207dc /sys/amd64/include/vmparam.h | |
| parent | cb9de2a6460da2307066089fceda476c60c955f8 (diff) | |
Notes
Diffstat (limited to 'sys/amd64/include/vmparam.h')
| -rw-r--r-- | sys/amd64/include/vmparam.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/amd64/include/vmparam.h b/sys/amd64/include/vmparam.h index 48b570dd0232..5c3774e35393 100644 --- a/sys/amd64/include/vmparam.h +++ b/sys/amd64/include/vmparam.h @@ -36,7 +36,7 @@ * SUCH DAMAGE. * * from: @(#)vmparam.h 5.9 (Berkeley) 5/12/91 - * $Id: vmparam.h,v 1.20 1996/04/30 12:02:12 phk Exp $ + * $Id: vmparam.h,v 1.21 1996/05/02 14:20:07 phk Exp $ */ @@ -47,6 +47,8 @@ * Machine dependent constants for 386. */ +#define VM_PROT_READ_IS_EXEC /* if you can read -- then you can exec */ + /* * Virtual memory related constants, all in bytes */ |
