mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
style(9)
This commit is contained in:
parent
1a24391866
commit
334bb4125f
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=90833
@ -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_ */
|
||||
|
Loading…
Reference in New Issue
Block a user