summaryrefslogtreecommitdiffstats
path: root/sys/i386/include/pcpu.h
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2001-02-09 14:25:22 +0000
committerjhb <jhb@FreeBSD.org>2001-02-09 14:25:22 +0000
commitf90e58f27ad8d379ec3639d873172a8f33c04ba6 (patch)
tree7b72a5014cbbffe9ab1448736acd0dddca3b8f12 /sys/i386/include/pcpu.h
parent2e93f42b58fb4f526f47e6fe65da97a495aa4c0a (diff)
downloadFreeBSD-src-f90e58f27ad8d379ec3639d873172a8f33c04ba6.zip
FreeBSD-src-f90e58f27ad8d379ec3639d873172a8f33c04ba6.tar.gz
Axe gd_cpu_lockid as it is no longer used.
Diffstat (limited to 'sys/i386/include/pcpu.h')
-rw-r--r--sys/i386/include/pcpu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/i386/include/pcpu.h b/sys/i386/include/pcpu.h
index cc9c814..83d5103 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;
OpenPOWER on IntegriCloud