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:
John Baldwin 2017-05-24 18:54:21 +00:00
parent 4adb408018
commit 04fe6458d3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=318800

View File

@ -247,11 +247,8 @@ union descriptor {
*/
#define LSYS5CALLS_SEL 0 /* forced by intel BCS */
#define LSYS5SIGR_SEL 1
#define L43BSDCALLS_SEL 2 /* notyet */
#define LUCODE_SEL 3
#define LUDATA_SEL 5
/* separate stack, es,fs,gs sels ? */
/* #define LPOSIXCALLS_SEL 5*/ /* notyet */
#define NLDT (LUDATA_SEL + 1)
#else /* !__i386__ */