currentldt is now a "special" global-data variable, and as such, there

is no actual currentldt integer variable directly.  Thus, don't claim that
there is.
This commit is contained in:
John Baldwin 2000-10-06 01:59:07 +00:00
parent 6ccfbaa53d
commit a384bdbfc9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=66715
2 changed files with 0 additions and 6 deletions

View File

@ -243,9 +243,6 @@ struct region_descriptor {
#define NLDT (LBSDICALLS_SEL + 1)
#ifdef _KERNEL
#ifndef currentldt
extern int currentldt;
#endif
extern int _default_ldt;
extern union descriptor gdt[];
extern struct soft_segment_descriptor gdt_segs[];

View File

@ -243,9 +243,6 @@ struct region_descriptor {
#define NLDT (LBSDICALLS_SEL + 1)
#ifdef _KERNEL
#ifndef currentldt
extern int currentldt;
#endif
extern int _default_ldt;
extern union descriptor gdt[];
extern struct soft_segment_descriptor gdt_segs[];