Module Name:    src
Committed By:   chs
Date:           Thu Nov  8 02:00:44 UTC 2012

Modified Files:
        src/sys/arch/amd64/amd64: autoconf.c

Log Message:
add include of opt_intrdebug.h.


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 src/sys/arch/amd64/amd64/autoconf.c

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/amd64/amd64/autoconf.c
diff -u src/sys/arch/amd64/amd64/autoconf.c:1.23 src/sys/arch/amd64/amd64/autoconf.c:1.24
--- src/sys/arch/amd64/amd64/autoconf.c:1.23	Tue Feb 22 06:37:24 2011
+++ src/sys/arch/amd64/amd64/autoconf.c	Thu Nov  8 02:00:44 2012
@@ -1,4 +1,4 @@
-/*	$NetBSD: autoconf.c,v 1.23 2011/02/22 06:37:24 dholland Exp $	*/
+/*	$NetBSD: autoconf.c,v 1.24 2012/11/08 02:00:44 chs Exp $	*/
 
 /*-
  * Copyright (c) 1990 The Regents of the University of California.
@@ -46,9 +46,10 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.23 2011/02/22 06:37:24 dholland Exp $");
+__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.24 2012/11/08 02:00:44 chs Exp $");
 
 #include "opt_multiprocessor.h"
+#include "opt_intrdebug.h"
 
 #include <sys/param.h>
 #include <sys/systm.h>

Reply via email to