Module Name:    src
Committed By:   maxv
Date:           Sat Jul 22 13:03:54 UTC 2017

Modified Files:
        src/sys/arch/amd64/conf: GENERIC

Log Message:
Add USER_LDT, commented out for now.


To generate a diff of this commit:
cvs rdiff -u -r1.460 -r1.461 src/sys/arch/amd64/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/amd64/conf/GENERIC
diff -u src/sys/arch/amd64/conf/GENERIC:1.460 src/sys/arch/amd64/conf/GENERIC:1.461
--- src/sys/arch/amd64/conf/GENERIC:1.460	Wed Jul 12 17:40:33 2017
+++ src/sys/arch/amd64/conf/GENERIC	Sat Jul 22 13:03:54 2017
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.460 2017/07/12 17:40:33 maxv Exp $
+# $NetBSD: GENERIC,v 1.461 2017/07/22 13:03:54 maxv Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@ include 	"arch/amd64/conf/std.amd64"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident		"GENERIC-$Revision: 1.460 $"
+#ident		"GENERIC-$Revision: 1.461 $"
 
 maxusers	64		# estimated number of users
 
@@ -73,6 +73,9 @@ options 	USERCONF	# userconf(4) support
 #options 	PIPE_SOCKETPAIR	# smaller, but slower pipe(2)
 options 	SYSCTL_INCLUDE_DESCR	# Include sysctl descriptions in kernel
 
+# CPU-related options
+#options 	USER_LDT	# user-settable LDT; used by WINE
+
 # CPU features
 acpicpu*	at cpu?		# ACPI CPU (including frequency scaling)
 coretemp*	at cpu?		# Intel on-die thermal sensor

Reply via email to