MFi386: revision 1.578.
This commit is contained in:
parent
671d15ef2a
commit
673520bac8
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user