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

John Baldwin jhb at FreeBSD.org
Wed May 24 18:54:23 UTC 2017


Author: jhb
Date: Wed May 24 18:54:21 2017
New Revision: 318800
URL: https://svnweb.freebsd.org/changeset/base/318800

Log:
  Remove constants and comments for unimplemented entries in the default LDT.
  
  These entries will never be added to the default LDT in the future.

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

Modified: head/sys/x86/include/segments.h
==============================================================================
--- head/sys/x86/include/segments.h	Wed May 24 18:16:20 2017	(r318799)
+++ head/sys/x86/include/segments.h	Wed May 24 18:54:21 2017	(r318800)
@@ -247,11 +247,8 @@ union descriptor {
  */
 #define	LSYS5CALLS_SEL	0	/* forced by intel BCS */
 #define	LSYS5SIGR_SEL	1
-#define	L43BSDCALLS_SEL	2	/* notyet */
 #define	LUCODE_SEL	3
 #define	LUDATA_SEL	5
-/* separate stack, es,fs,gs sels ? */
-/* #define	LPOSIXCALLS_SEL	5*/	/* notyet */
 #define	NLDT		(LUDATA_SEL + 1)
 
 #else /* !__i386__ */


More information about the svn-src-all mailing list