Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/x86/conf Make things compile again.



details:   https://anonhg.NetBSD.org/src/rev/5d88af29f00d
branches:  trunk
changeset: 828863:5d88af29f00d
user:      christos <christos%NetBSD.org@localhost>
date:      Mon Jan 08 01:41:34 2018 +0000

description:
Make things compile again.

diffstat:

 sys/arch/x86/conf/files.x86 |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r c5b9fd76ca86 -r 5d88af29f00d sys/arch/x86/conf/files.x86
--- a/sys/arch/x86/conf/files.x86       Sun Jan 07 21:19:35 2018 +0000
+++ b/sys/arch/x86/conf/files.x86       Mon Jan 08 01:41:34 2018 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.x86,v 1.90 2017/08/15 08:51:38 maxv Exp $
+#      $NetBSD: files.x86,v 1.91 2018/01/08 01:41:34 christos Exp $
 
 # options for MP configuration through the MP spec
 defflag opt_mpbios.h MPBIOS MPVERBOSE MPDEBUG MPBIOS_SCANPCI
@@ -16,6 +16,8 @@
 # To be able to test for NetBSD/xen in shared files
 defflag        opt_xen.h               DO_NOT_DEFINE
 
+defflag        SVS
+
 define  cpubus { [apid = -1] }
 define cpufeaturebus {}
 define  ioapicbus { [apid = -1] }



Home | Main Index | Thread Index | Old Index