Axe gd_cpu_lockid as it is no longer used.

This commit is contained in:
jhb 2001-02-09 14:25:22 +00:00
parent b248135a72
commit 7fff705af1
3 changed files with 0 additions and 3 deletions

View File

@ -62,7 +62,6 @@ struct globaldata {
struct segment_descriptor *gd_tss_gdt;
int gd_currentldt; /* only used for USER_LDT */
u_int gd_cpuid;
u_int gd_cpu_lockid;
u_int gd_other_cpus;
u_int gd_astpending;
SLIST_ENTRY(globaldata) gd_allcpu;

View File

@ -62,7 +62,6 @@ struct globaldata {
struct segment_descriptor *gd_tss_gdt;
int gd_currentldt; /* only used for USER_LDT */
u_int gd_cpuid;
u_int gd_cpu_lockid;
u_int gd_other_cpus;
u_int gd_astpending;
SLIST_ENTRY(globaldata) gd_allcpu;

View File

@ -62,7 +62,6 @@ struct globaldata {
struct segment_descriptor *gd_tss_gdt;
int gd_currentldt; /* only used for USER_LDT */
u_int gd_cpuid;
u_int gd_cpu_lockid;
u_int gd_other_cpus;
u_int gd_astpending;
SLIST_ENTRY(globaldata) gd_allcpu;