aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/include/globaldata.h
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2001-02-09 14:25:22 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2001-02-09 14:25:22 +0000
commit7f918b023041a2eba86f4b04552e0848b8b37f1a (patch)
tree78cbbcb33ebce2c24834a7c42c3e7ec5efdcdeaa /sys/i386/include/globaldata.h
parentcfadd9d48482e94be4d65059137d8a38762fb776 (diff)
Axe gd_cpu_lockid as it is no longer used.
Notes
Notes: svn path=/head/; revision=72219
Diffstat (limited to 'sys/i386/include/globaldata.h')
-rw-r--r--sys/i386/include/globaldata.h1
1 files changed, 0 insertions, 1 deletions
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;