Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/amd64/amd64 add include of opt_intrdebug.h.



details:   https://anonhg.NetBSD.org/src/rev/897ffa5c255b
branches:  trunk
changeset: 782587:897ffa5c255b
user:      chs <chs%NetBSD.org@localhost>
date:      Thu Nov 08 02:00:44 2012 +0000

description:
add include of opt_intrdebug.h.

diffstat:

 sys/arch/amd64/amd64/autoconf.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 17a313e78a49 -r 897ffa5c255b sys/arch/amd64/amd64/autoconf.c
--- a/sys/arch/amd64/amd64/autoconf.c   Thu Nov 08 00:59:12 2012 +0000
+++ b/sys/arch/amd64/amd64/autoconf.c   Thu Nov 08 02:00:44 2012 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index