diff options
author | jhb <jhb@FreeBSD.org> | 2001-02-09 14:25:22 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2001-02-09 14:25:22 +0000 |
commit | f90e58f27ad8d379ec3639d873172a8f33c04ba6 (patch) | |
tree | 7b72a5014cbbffe9ab1448736acd0dddca3b8f12 | |
parent | 2e93f42b58fb4f526f47e6fe65da97a495aa4c0a (diff) | |
download | FreeBSD-src-f90e58f27ad8d379ec3639d873172a8f33c04ba6.zip FreeBSD-src-f90e58f27ad8d379ec3639d873172a8f33c04ba6.tar.gz |
Axe gd_cpu_lockid as it is no longer used.
-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 cc9c814..83d5103 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 cc9c814..83d5103 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 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; |