summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/sparc/dev/xd.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/sparc/dev/xd.c b/sys/arch/sparc/dev/xd.c
index 166dee9db63..8c3040b9ea6 100644
--- a/sys/arch/sparc/dev/xd.c
+++ b/sys/arch/sparc/dev/xd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: xd.c,v 1.56 2011/07/06 04:49:35 matthew Exp $ */
+/* $OpenBSD: xd.c,v 1.57 2012/07/01 12:11:53 miod Exp $ */
/* $NetBSD: xd.c,v 1.37 1997/07/29 09:58:16 fair Exp $ */
/*
@@ -53,7 +53,9 @@
*/
#undef XDC_DEBUG /* full debug */
+#if !defined(SMALL_KERNEL)
#define XDC_DIAG /* extra sanity checks */
+#endif
#if defined(DIAGNOSTIC) && !defined(XDC_DIAG)
#define XDC_DIAG /* link in with master DIAG option */
#endif