aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Eischen <deischen@FreeBSD.org>2001-05-06 02:13:12 +0000
committerDaniel Eischen <deischen@FreeBSD.org>2001-05-06 02:13:12 +0000
commit46022f276b1b81f40f5f55dbc5d4d0c13146536d (patch)
tree5acc2a6f265677128094dd75537c5607434e6095
parentc15e7faad5664c29c9b42e74753d8c88ed022b7d (diff)
Notes
-rw-r--r--sys/amd64/amd64/machdep.c2
-rw-r--r--sys/i386/i386/machdep.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/sys/amd64/amd64/machdep.c b/sys/amd64/amd64/machdep.c
index c89852a79b0b..8d77658629b0 100644
--- a/sys/amd64/amd64/machdep.c
+++ b/sys/amd64/amd64/machdep.c
@@ -745,8 +745,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;
}
diff --git a/sys/i386/i386/machdep.c b/sys/i386/i386/machdep.c
index c89852a79b0b..8d77658629b0 100644
--- a/sys/i386/i386/machdep.c
+++ b/sys/i386/i386/machdep.c
@@ -745,8 +745,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;
}