diff options
author | obrien <obrien@FreeBSD.org> | 2002-02-18 06:24:55 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2002-02-18 06:24:55 +0000 |
commit | ef99fc07628358787078aeb85f9b12c06c18fcc8 (patch) | |
tree | 08d2c88bcba33fbc943d5847d9650e6dc1efa315 | |
parent | d4f0b8fef8f6fa030813916f22655469d334bb5f (diff) | |
download | FreeBSD-src-ef99fc07628358787078aeb85f9b12c06c18fcc8.zip FreeBSD-src-ef99fc07628358787078aeb85f9b12c06c18fcc8.tar.gz |
style(9)
-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_ */ |