summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1995-11-28 20:48:50 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1995-11-28 20:48:50 +0000
commit6dc6026ab91dde19e61082beda57e0bd2a2f6629 (patch)
tree2aeda850e2b6a03c90f98d858605cc1357024465 /sys
parent446fc86daf6480408d292199f95833ddb1aceb06 (diff)
Fix SunOS emulation on 040
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/amiga/include/proc.h2
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_ */