Remove constants and comments for unimplemented entries in the default LDT.
These entries will never be added to the default LDT in the future.
This commit is contained in:
parent
4adb408018
commit
04fe6458d3
@ -247,11 +247,8 @@ union descriptor {
|
|||||||
*/
|
*/
|
||||||
#define LSYS5CALLS_SEL 0 /* forced by intel BCS */
|
#define LSYS5CALLS_SEL 0 /* forced by intel BCS */
|
||||||
#define LSYS5SIGR_SEL 1
|
#define LSYS5SIGR_SEL 1
|
||||||
#define L43BSDCALLS_SEL 2 /* notyet */
|
|
||||||
#define LUCODE_SEL 3
|
#define LUCODE_SEL 3
|
||||||
#define LUDATA_SEL 5
|
#define LUDATA_SEL 5
|
||||||
/* separate stack, es,fs,gs sels ? */
|
|
||||||
/* #define LPOSIXCALLS_SEL 5*/ /* notyet */
|
|
||||||
#define NLDT (LUDATA_SEL + 1)
|
#define NLDT (LUDATA_SEL + 1)
|
||||||
|
|
||||||
#else /* !__i386__ */
|
#else /* !__i386__ */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user