Module Name: src
Committed By: riz
Date: Thu Nov 22 17:37:38 UTC 2012
Modified Files:
src/sys/arch/amd64/amd64 [netbsd-6]: autoconf.c
Log Message:
Pull up following revision(s) (requested by chs in ticket #689):
sys/arch/amd64/amd64/autoconf.c: revision 1.24
add include of opt_intrdebug.h.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.23.10.1 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.23.10.1
--- 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 22 17:37:38 2012
@@ -1,4 +1,4 @@
-/* $NetBSD: autoconf.c,v 1.23 2011/02/22 06:37:24 dholland Exp $ */
+/* $NetBSD: autoconf.c,v 1.23.10.1 2012/11/22 17:37:38 riz 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.23.10.1 2012/11/22 17:37:38 riz Exp $");
#include "opt_multiprocessor.h"
+#include "opt_intrdebug.h"
#include <sys/param.h>
#include <sys/systm.h>