diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1995-11-28 20:48:50 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1995-11-28 20:48:50 +0000 |
commit | 6dc6026ab91dde19e61082beda57e0bd2a2f6629 (patch) | |
tree | 2aeda850e2b6a03c90f98d858605cc1357024465 /sys | |
parent | 446fc86daf6480408d292199f95833ddb1aceb06 (diff) |
Fix SunOS emulation on 040
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/amiga/include/proc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/arch/amiga/include/proc.h b/sys/arch/amiga/include/proc.h index 6ee0eefbb90..03e0110ba2e 100644 --- a/sys/arch/amiga/include/proc.h +++ b/sys/arch/amiga/include/proc.h @@ -50,4 +50,6 @@ struct mdproc { #define MDP_STACKADJ 0x0002 /* frame SP adjusted, might have to undo when system call returns ERESTART. */ +#define MDP_UNCACHE_WX 0x0004 /* The process might modify code, so + don't cache writeable executable pages. */ #endif /* !_MACHINE_PROC_H_ */ |