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 */
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to