Source-Changes-HG archive

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

[src/trunk]: src/sys/arch Since SVS is now defined in files.x86, remove it fr...



details:   https://anonhg.NetBSD.org/src/rev/ea48d6e0a400
branches:  trunk
changeset: 828870:ea48d6e0a400
user:      maxv <maxv%NetBSD.org@localhost>
date:      Mon Jan 08 09:33:53 2018 +0000

description:
Since SVS is now defined in files.x86, remove it from files.amd64
and files.i386.

diffstat:

 sys/arch/amd64/conf/files.amd64 |  3 +--
 sys/arch/i386/conf/files.i386   |  3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r ead02b49f03c -r ea48d6e0a400 sys/arch/amd64/conf/files.amd64
--- a/sys/arch/amd64/conf/files.amd64   Mon Jan 08 06:29:19 2018 +0000
+++ b/sys/arch/amd64/conf/files.amd64   Mon Jan 08 09:33:53 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.amd64,v 1.99 2018/01/08 06:29:19 martin Exp $
+#      $NetBSD: files.amd64,v 1.100 2018/01/08 09:33:53 maxv Exp $
 #
 # new style config file for amd64 architecture
 #
@@ -27,7 +27,6 @@
 defflag                        PMC
 defflag                        USER_LDT
 defflag                        KASLR
-# defflag                      SVS     # already defined in files.x86
 defflag eisa.h EISA
 
 # Start code
diff -r ead02b49f03c -r ea48d6e0a400 sys/arch/i386/conf/files.i386
--- a/sys/arch/i386/conf/files.i386     Mon Jan 08 06:29:19 2018 +0000
+++ b/sys/arch/i386/conf/files.i386     Mon Jan 08 09:33:53 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.i386,v 1.389 2018/01/07 16:10:16 maxv Exp $
+#      $NetBSD: files.i386,v 1.390 2018/01/08 09:33:53 maxv Exp $
 #
 # new style config file for i386 architecture
 #
@@ -20,7 +20,6 @@
 
 defflag                        PMC
 defflag                        KASLR
-defflag                        SVS
 
 # User-settable LDT (used by WINE)
 defflag                        USER_LDT



Home | Main Index | Thread Index | Old Index