diff options
author | John Baldwin <jhb@FreeBSD.org> | 2001-02-09 14:25:22 +0000 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2001-02-09 14:25:22 +0000 |
commit | 7f918b023041a2eba86f4b04552e0848b8b37f1a (patch) | |
tree | 78cbbcb33ebce2c24834a7c42c3e7ec5efdcdeaa | |
parent | cfadd9d48482e94be4d65059137d8a38762fb776 (diff) |
Axe gd_cpu_lockid as it is no longer used.
Notes
Notes:
svn path=/head/; revision=72219
-rw-r--r-- | sys/amd64/include/pcpu.h | 1 | ||||
-rw-r--r-- | sys/i386/include/globaldata.h | 1 | ||||
-rw-r--r-- | sys/i386/include/pcpu.h | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/sys/amd64/include/pcpu.h b/sys/amd64/include/pcpu.h index cc9c8142cc57..83d510374e67 100644 --- a/sys/amd64/include/pcpu.h +++ b/sys/amd64/include/pcpu.h @@ -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; diff --git a/sys/i386/include/globaldata.h b/sys/i386/include/globaldata.h index cc9c8142cc57..83d510374e67 100644 --- a/sys/i386/include/globaldata.h +++ b/sys/i386/include/globaldata.h @@ -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; diff --git a/sys/i386/include/pcpu.h b/sys/i386/include/pcpu.h index cc9c8142cc57..83d510374e67 100644 --- a/sys/i386/include/pcpu.h +++ b/sys/i386/include/pcpu.h @@ -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; |