summaryrefslogtreecommitdiffstats
path: root/sys/i386
diff options
context:
space:
mode:
authorjake <jake@FreeBSD.org>2001-01-12 07:47:54 +0000
committerjake <jake@FreeBSD.org>2001-01-12 07:47:54 +0000
commit422162e6509b1b674631c8c4f0e6e1fd192bc0c9 (patch)
tree0fffa447f8467cfe9090120fc32b4ade1cf62005 /sys/i386
parent4cc04a654fa69b6f6a0caec3df82f95082ad05c4 (diff)
downloadFreeBSD-src-422162e6509b1b674631c8c4f0e6e1fd192bc0c9.zip
FreeBSD-src-422162e6509b1b674631c8c4f0e6e1fd192bc0c9.tar.gz
Remove unused per-cpu variables inside_intr and ss_eflags.
Diffstat (limited to 'sys/i386')
-rw-r--r--sys/i386/i386/genassym.c2
-rw-r--r--sys/i386/include/globaldata.h2
-rw-r--r--sys/i386/include/pcpu.h2
3 files changed, 0 insertions, 6 deletions
diff --git a/sys/i386/i386/genassym.c b/sys/i386/i386/genassym.c
index 233f2f7..82e5a54 100644
--- a/sys/i386/i386/genassym.c
+++ b/sys/i386/i386/genassym.c
@@ -201,8 +201,6 @@ ASSYM(GD_KTR_BUF_DATA, offsetof(struct globaldata, gd_ktr_buf_data));
ASSYM(GD_CPUID, offsetof(struct globaldata, gd_cpuid));
ASSYM(GD_CPU_LOCKID, offsetof(struct globaldata, gd_cpu_lockid));
ASSYM(GD_OTHER_CPUS, offsetof(struct globaldata, gd_other_cpus));
-ASSYM(GD_SS_EFLAGS, offsetof(struct globaldata, gd_ss_eflags));
-ASSYM(GD_INSIDE_INTR, offsetof(struct globaldata, gd_inside_intr));
ASSYM(GD_PRV_CMAP1, offsetof(struct globaldata, gd_prv_CMAP1));
ASSYM(GD_PRV_CMAP2, offsetof(struct globaldata, gd_prv_CMAP2));
ASSYM(GD_PRV_CMAP3, offsetof(struct globaldata, gd_prv_CMAP3));
diff --git a/sys/i386/include/globaldata.h b/sys/i386/include/globaldata.h
index 173cb08..4474353 100644
--- a/sys/i386/include/globaldata.h
+++ b/sys/i386/include/globaldata.h
@@ -69,8 +69,6 @@ struct globaldata {
u_int gd_cpuid;
u_int gd_cpu_lockid;
u_int gd_other_cpus;
- int gd_inside_intr;
- u_int gd_ss_eflags;
pt_entry_t *gd_prv_CMAP1;
pt_entry_t *gd_prv_CMAP2;
pt_entry_t *gd_prv_CMAP3;
diff --git a/sys/i386/include/pcpu.h b/sys/i386/include/pcpu.h
index 173cb08..4474353 100644
--- a/sys/i386/include/pcpu.h
+++ b/sys/i386/include/pcpu.h
@@ -69,8 +69,6 @@ struct globaldata {
u_int gd_cpuid;
u_int gd_cpu_lockid;
u_int gd_other_cpus;
- int gd_inside_intr;
- u_int gd_ss_eflags;
pt_entry_t *gd_prv_CMAP1;
pt_entry_t *gd_prv_CMAP2;
pt_entry_t *gd_prv_CMAP3;
OpenPOWER on IntegriCloud