svn commit: r317425 - head/sys/x86/include

John Baldwin jhb at FreeBSD.org
Tue Apr 25 23:19:28 UTC 2017


Author: jhb
Date: Tue Apr 25 23:19:27 2017
New Revision: 317425
URL: https://svnweb.freebsd.org/changeset/base/317425

Log:
  Remove the LSOL26CALLS_SEL constant.
  
  It is no longer used after SVR4/i386 ABI support was removed.
  
  Reported by:	kib

Modified:
  head/sys/x86/include/segments.h

Modified: head/sys/x86/include/segments.h
==============================================================================
--- head/sys/x86/include/segments.h	Tue Apr 25 21:59:34 2017	(r317424)
+++ head/sys/x86/include/segments.h	Tue Apr 25 23:19:27 2017	(r317425)
@@ -249,7 +249,6 @@ union descriptor {
 #define	LSYS5SIGR_SEL	1
 #define	L43BSDCALLS_SEL	2	/* notyet */
 #define	LUCODE_SEL	3
-#define	LSOL26CALLS_SEL	4	/* Solaris >= 2.6 system call gate */
 #define	LUDATA_SEL	5
 /* separate stack, es,fs,gs sels ? */
 /* #define	LPOSIXCALLS_SEL	5*/	/* notyet */


More information about the svn-src-head mailing list