diff options
Diffstat (limited to 'sys/pc98')
-rw-r--r-- | sys/pc98/i386/machdep.c | 9 | ||||
-rw-r--r-- | sys/pc98/pc98/machdep.c | 9 |
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; |