Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/xen/conf opt_intrdebug.h - this unbreaks the i386 D...



details:   https://anonhg.NetBSD.org/src/rev/dc14337f70cc
branches:  trunk
changeset: 827579:dc14337f70cc
user:      cherry <cherry%NetBSD.org@localhost>
date:      Sat Nov 04 07:01:45 2017 +0000

description:
opt_intrdebug.h - this unbreaks the i386 DOMU build under some conditions

diffstat:

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

diffs (19 lines):

diff -r 5db97ec5da83 -r dc14337f70cc sys/arch/xen/conf/files.xen
--- a/sys/arch/xen/conf/files.xen       Sat Nov 04 06:15:56 2017 +0000
+++ b/sys/arch/xen/conf/files.xen       Sat Nov 04 07:01:45 2017 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.xen,v 1.156 2017/08/15 08:51:38 maxv Exp $
+#      $NetBSD: files.xen,v 1.157 2017/11/04 07:01:45 cherry Exp $
 #      NetBSD: files.x86,v 1.10 2003/10/08 17:30:00 bouyer Exp 
 #      NetBSD: files.i386,v 1.254 2004/03/25 23:32:10 jmc Exp 
 
@@ -15,6 +15,9 @@
 # options for MP configuration through the MP spec
 defflag opt_mpbios.h MPBIOS MPVERBOSE MPDEBUG MPBIOS_SCANPCI
 
+# Interrupt debug
+defflag opt_intrdebug.h        INTRDEBUG
+
 # delay before cpu_reset() for reboot.
 defparam               CPURESET_DELAY
 



Home | Main Index | Thread Index | Old Index