Merged from sys/i386/i386/machdep.c revision 1.448.

This commit is contained in:
KATO Takenori 2001-05-06 09:18:32 +00:00
parent 29986716bc
commit 3c4848ae4a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=76308
2 changed files with 0 additions and 4 deletions

View File

@ -758,8 +758,6 @@ sendsig(catcher, sig, mask, code)
regs->tf_cs = _ucodesel;
regs->tf_ds = _udatasel;
regs->tf_es = _udatasel;
regs->tf_fs = _udatasel;
load_gs(_udatasel);
regs->tf_ss = _udatasel;
}

View File

@ -758,8 +758,6 @@ sendsig(catcher, sig, mask, code)
regs->tf_cs = _ucodesel;
regs->tf_ds = _udatasel;
regs->tf_es = _udatasel;
regs->tf_fs = _udatasel;
load_gs(_udatasel);
regs->tf_ss = _udatasel;
}