From 6dc6026ab91dde19e61082beda57e0bd2a2f6629 Mon Sep 17 00:00:00 2001 From: Niklas Hallqvist Date: Tue, 28 Nov 1995 20:48:50 +0000 Subject: Fix SunOS emulation on 040 --- sys/arch/amiga/include/proc.h | 2 ++ 1 file changed, 2 insertions(+) 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_ */ -- cgit v1.2.3