Author: glebius
Date: Thu Mar 23 19:54:41 2017
New Revision: 315867
URL: https://svnweb.freebsd.org/changeset/base/315867

Log:
  Remove Solaris 2.6 syscalls selector.
  
  Discussed with:       kib

Modified:
  head/sys/i386/i386/machdep.c

Modified: head/sys/i386/i386/machdep.c
==============================================================================
--- head/sys/i386/i386/machdep.c        Thu Mar 23 19:29:12 2017        
(r315866)
+++ head/sys/i386/i386/machdep.c        Thu Mar 23 19:54:41 2017        
(r315867)
@@ -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 */
 
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to