svn commit: r315867 - head/sys/i386/i386

Gleb Smirnoff glebius at FreeBSD.org
Thu Mar 23 19:54:43 UTC 2017


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 */
 


More information about the svn-src-all mailing list