aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Smirnoff <glebius@FreeBSD.org>2017-03-23 19:54:41 +0000
committerGleb Smirnoff <glebius@FreeBSD.org>2017-03-23 19:54:41 +0000
commit061f01b16ed4b8a943d3df1ca574a20677d2c560 (patch)
treeb5fea7a5e260eb1ebef9714870e356fe13d4b4f5
parent591e79bc762a4a95e1e3a537e06d37a3def91950 (diff)
downloadsrc-061f01b16ed4b8a943d3df1ca574a20677d2c560.tar.gz
src-061f01b16ed4b8a943d3df1ca574a20677d2c560.zip
Remove Solaris 2.6 syscalls selector.
Discussed with: kib
Notes
Notes: svn path=/head/; revision=315867
-rw-r--r--sys/i386/i386/machdep.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/i386/i386/machdep.c b/sys/i386/i386/machdep.c
index 32bcfd4fa9d0..fab1f266173c 100644
--- a/sys/i386/i386/machdep.c
+++ b/sys/i386/i386/machdep.c
@@ -2449,7 +2449,6 @@ init386(int first)
/* XXX does this work? */
/* XXX yes! */
ldt[LBSDICALLS_SEL] = ldt[LSYS5CALLS_SEL];
- ldt[LSOL26CALLS_SEL] = ldt[LSYS5CALLS_SEL];
/* transfer to user mode */