Source-Changes-HG archive

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

[src/netbsd-8]: src/sys/arch/amd64/conf Pull up the following revision, reque...



details:   https://anonhg.NetBSD.org/src/rev/1014ed20dc2d
branches:  netbsd-8
changeset: 851558:1014ed20dc2d
user:      martin <martin%NetBSD.org@localhost>
date:      Wed Apr 04 16:25:23 2018 +0000

description:
Pull up the following revision, requested by maxv in tickt #691:

        sys/arch/amd64/conf/GENERIC     1.485 (via patch)

Enable SVS by default.

diffstat:

 sys/arch/amd64/conf/GENERIC |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 80cca4b6a83a -r 1014ed20dc2d sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC       Wed Apr 04 16:18:49 2018 +0000
+++ b/sys/arch/amd64/conf/GENERIC       Wed Apr 04 16:25:23 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.459.2.6 2018/03/22 16:59:03 martin Exp $
+# $NetBSD: GENERIC,v 1.459.2.7 2018/04/04 16:25:23 martin Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident         "GENERIC-$Revision: 1.459.2.6 $"
+#ident         "GENERIC-$Revision: 1.459.2.7 $"
 
 maxusers       64              # estimated number of users
 
@@ -74,7 +74,7 @@
 options        SYSCTL_INCLUDE_DESCR    # Include sysctl descriptions in kernel
 
 # CPU-related options
-#options       SVS             # Separate Virtual Space
+options        SVS             # Separate Virtual Space
 
 # CPU features
 acpicpu*       at cpu?         # ACPI CPU (including frequency scaling)



Home | Main Index | Thread Index | Old Index