diff options
| author | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2005-12-26 12:46:36 +0000 |
|---|---|---|
| committer | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2005-12-26 12:46:36 +0000 |
| commit | 3b52aaddac9e48b6b8017cca5aee9587c227f95c (patch) | |
| tree | 89ea9920a3e6e35185a6a5cdbd93766892082d93 /sys/pc98 | |
| parent | 0b6169c0facc4f47eaf84dee9445e17a6cf3e110 (diff) | |
Notes
Diffstat (limited to 'sys/pc98')
| -rw-r--r-- | sys/pc98/pc98/machdep.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/pc98/pc98/machdep.c b/sys/pc98/pc98/machdep.c index 4d50d75c0b3f..6a87f76edf81 100644 --- a/sys/pc98/pc98/machdep.c +++ b/sys/pc98/pc98/machdep.c @@ -1283,8 +1283,6 @@ struct gate_descriptor *idt = &idt0[0]; /* interrupt descriptor table */ union descriptor ldt[NLDT]; /* local descriptor table */ struct region_descriptor r_gdt, r_idt; /* table descriptors */ -int private_tss; /* flag indicating private tss */ - #if defined(I586_CPU) && !defined(NO_F00F_HACK) extern int has_f00f_bug; #endif @@ -2079,7 +2077,6 @@ init386(first) KSTACK_PAGES * PAGE_SIZE - sizeof(struct pcb) - 16); PCPU_SET(common_tss.tss_ss0, GSEL(GDATA_SEL, SEL_KPL)); gsel_tss = GSEL(GPROC0_SEL, SEL_KPL); - private_tss = 0; PCPU_SET(tss_gdt, &gdt[GPROC0_SEL].sd); PCPU_SET(common_tssd, *PCPU_GET(tss_gdt)); PCPU_SET(common_tss.tss_ioopt, (sizeof (struct i386tss)) << 16); |
