summaryrefslogtreecommitdiffstats
path: root/sys/pc98
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2003-10-31 13:47:43 +0000
committernyan <nyan@FreeBSD.org>2003-10-31 13:47:43 +0000
commit421c39026cfcae27c7beea3b3cea1c93a74bf8eb (patch)
tree7b84258181356a208a332878a47e1e7ac425ec0d /sys/pc98
parent4ad1bf034220b7e1df9292a18160247ca8f5b2be (diff)
downloadFreeBSD-src-421c39026cfcae27c7beea3b3cea1c93a74bf8eb.zip
FreeBSD-src-421c39026cfcae27c7beea3b3cea1c93a74bf8eb.tar.gz
MFi386: revision 1.578.
Diffstat (limited to 'sys/pc98')
-rw-r--r--sys/pc98/i386/machdep.c9
-rw-r--r--sys/pc98/pc98/machdep.c9
2 files changed, 2 insertions, 16 deletions
diff --git a/sys/pc98/i386/machdep.c b/sys/pc98/i386/machdep.c
index abca2fe..5c0e823d 100644
--- a/sys/pc98/i386/machdep.c
+++ b/sys/pc98/i386/machdep.c
@@ -1243,10 +1243,7 @@ union descriptor gdt[NGDT * MAXCPU]; /* global descriptor table */
static struct gate_descriptor idt0[NIDT];
struct gate_descriptor *idt = &idt0[0]; /* interrupt descriptor table */
union descriptor ldt[NLDT]; /* local descriptor table */
-#ifdef SMP
-/* table descriptors - used to load tables by microp */
-struct region_descriptor r_gdt, r_idt;
-#endif
+struct region_descriptor r_gdt, r_idt; /* table descriptors */
int private_tss; /* flag indicating private tss */
@@ -1982,10 +1979,6 @@ init386(first)
{
struct gate_descriptor *gdp;
int gsel_tss, metadata_missing, off, x;
-#ifndef SMP
- /* table descriptors - used to load tables by microp */
- struct region_descriptor r_gdt, r_idt;
-#endif
struct pcpu *pc;
proc0.p_uarea = proc0uarea;
diff --git a/sys/pc98/pc98/machdep.c b/sys/pc98/pc98/machdep.c
index abca2fe..5c0e823d 100644
--- a/sys/pc98/pc98/machdep.c
+++ b/sys/pc98/pc98/machdep.c
@@ -1243,10 +1243,7 @@ union descriptor gdt[NGDT * MAXCPU]; /* global descriptor table */
static struct gate_descriptor idt0[NIDT];
struct gate_descriptor *idt = &idt0[0]; /* interrupt descriptor table */
union descriptor ldt[NLDT]; /* local descriptor table */
-#ifdef SMP
-/* table descriptors - used to load tables by microp */
-struct region_descriptor r_gdt, r_idt;
-#endif
+struct region_descriptor r_gdt, r_idt; /* table descriptors */
int private_tss; /* flag indicating private tss */
@@ -1982,10 +1979,6 @@ init386(first)
{
struct gate_descriptor *gdp;
int gsel_tss, metadata_missing, off, x;
-#ifndef SMP
- /* table descriptors - used to load tables by microp */
- struct region_descriptor r_gdt, r_idt;
-#endif
struct pcpu *pc;
proc0.p_uarea = proc0uarea;
OpenPOWER on IntegriCloud