summaryrefslogtreecommitdiffstats
path: root/sys/pc98
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2005-12-26 12:46:36 +0000
committernyan <nyan@FreeBSD.org>2005-12-26 12:46:36 +0000
commit1791457407814ea8281243e84a71470d0e4956de (patch)
tree89ea9920a3e6e35185a6a5cdbd93766892082d93 /sys/pc98
parent455bdd04afb660c5f82d3c35436ccacb34c866a8 (diff)
downloadFreeBSD-src-1791457407814ea8281243e84a71470d0e4956de.zip
FreeBSD-src-1791457407814ea8281243e84a71470d0e4956de.tar.gz
MFi386: revision 1.621
Diffstat (limited to 'sys/pc98')
-rw-r--r--sys/pc98/pc98/machdep.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/pc98/pc98/machdep.c b/sys/pc98/pc98/machdep.c
index 4d50d75..6a87f76e 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);
OpenPOWER on IntegriCloud