Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/amd64/conf Add USER_LDT, commented out for now.



details:   https://anonhg.NetBSD.org/src/rev/70b0b83c5e45
branches:  trunk
changeset: 825569:70b0b83c5e45
user:      maxv <maxv%NetBSD.org@localhost>
date:      Sat Jul 22 13:03:54 2017 +0000

description:
Add USER_LDT, commented out for now.

diffstat:

 sys/arch/amd64/conf/GENERIC |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r 24936354df09 -r 70b0b83c5e45 sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC       Sat Jul 22 13:00:42 2017 +0000
+++ b/sys/arch/amd64/conf/GENERIC       Sat Jul 22 13:03:54 2017 +0000
@@ -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 @@
 
 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       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



Home | Main Index | Thread Index | Old Index