aboutsummaryrefslogtreecommitdiff
path: root/sys/i386/include/globaldata.h
diff options
context:
space:
mode:
authorJake Burkholder <jake@FreeBSD.org>2001-01-12 07:47:54 +0000
committerJake Burkholder <jake@FreeBSD.org>2001-01-12 07:47:54 +0000
commit7586909279b6f9841c11f2c4d834711a56d77022 (patch)
tree7aa0926d2f7d819a03ffe192559eb5a06855ef3c /sys/i386/include/globaldata.h
parent987efc765ee91e7b6809e5b289e9f2ac264b2ccd (diff)
Remove unused per-cpu variables inside_intr and ss_eflags.
Notes
Notes: svn path=/head/; revision=70952
Diffstat (limited to 'sys/i386/include/globaldata.h')
-rw-r--r--sys/i386/include/globaldata.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/i386/include/globaldata.h b/sys/i386/include/globaldata.h
index 173cb08264d0..4474353d3055 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;