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:
parent
6ccfbaa53d
commit
a384bdbfc9
@ -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[];
|
||||
|
@ -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[];
|
||||
|
Loading…
x
Reference in New Issue
Block a user