diff options
| author | Daniel Eischen <deischen@FreeBSD.org> | 2001-05-06 02:13:12 +0000 |
|---|---|---|
| committer | Daniel Eischen <deischen@FreeBSD.org> | 2001-05-06 02:13:12 +0000 |
| commit | 46022f276b1b81f40f5f55dbc5d4d0c13146536d (patch) | |
| tree | 5acc2a6f265677128094dd75537c5607434e6095 | |
| parent | c15e7faad5664c29c9b42e74753d8c88ed022b7d (diff) | |
Notes
| -rw-r--r-- | sys/amd64/amd64/machdep.c | 2 | ||||
| -rw-r--r-- | sys/i386/i386/machdep.c | 2 |
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; } |
