Remove Solaris 2.6 syscalls selector.

Discussed with:	kib
This commit is contained in:
glebius 2017-03-23 19:54:41 +00:00
parent 965293d0c8
commit d44335ea0c

View File

@ -2449,7 +2449,6 @@ init386(int first)
/* XXX does this work? */ /* XXX does this work? */
/* XXX yes! */ /* XXX yes! */
ldt[LBSDICALLS_SEL] = ldt[LSYS5CALLS_SEL]; ldt[LBSDICALLS_SEL] = ldt[LSYS5CALLS_SEL];
ldt[LSOL26CALLS_SEL] = ldt[LSYS5CALLS_SEL];
/* transfer to user mode */ /* transfer to user mode */