Module Name:    src
Committed By:   cherry
Date:           Sat Nov  4 07:01:45 UTC 2017

Modified Files:
        src/sys/arch/xen/conf: files.xen

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


To generate a diff of this commit:
cvs rdiff -u -r1.156 -r1.157 src/sys/arch/xen/conf/files.xen

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/xen/conf/files.xen
diff -u src/sys/arch/xen/conf/files.xen:1.156 src/sys/arch/xen/conf/files.xen:1.157
--- src/sys/arch/xen/conf/files.xen:1.156	Tue Aug 15 08:51:38 2017
+++ src/sys/arch/xen/conf/files.xen	Sat Nov  4 07:01:45 2017
@@ -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 @@ defparam opt_kernbase.h	KERNBASE
 # 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
 

Reply via email to