diff options
-rw-r--r-- | sys/powerpc/include/sr.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/powerpc/include/sr.h b/sys/powerpc/include/sr.h index e87c76a..4490964 100644 --- a/sys/powerpc/include/sr.h +++ b/sys/powerpc/include/sr.h @@ -26,7 +26,7 @@ */ #ifndef _MACHINE_SR_H_ -#define _MACHINE_SR_H_ +#define _MACHINE_SR_H_ /* * Bit definitions for segment registers. @@ -38,7 +38,7 @@ #define SR_TYPE 0x80000000 /* Type selector */ #define SR_KS 0x40000000 /* Supervisor-state protection key */ #define SR_KP 0x20000000 /* User-state protection key */ -#define SR_N 0x10000000 /* No-execute protection */ +#define SR_N 0x10000000 /* No-execute protection */ #define SR_VSID_MASK 0x00ffffff /* Virtual Segment ID mask */ #endif /* !_MACHINE_SR_H_ */ |