Source-Changes-HG archive

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

[src/netbsd-6]: src/sys/arch/amd64/amd64 Pull up following revision(s) (reque...



details:   https://anonhg.NetBSD.org/src/rev/b82d95b851d4
branches:  netbsd-6
changeset: 775491:b82d95b851d4
user:      riz <riz%NetBSD.org@localhost>
date:      Thu Nov 22 17:37:38 2012 +0000

description:
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.

diffstat:

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

diffs (21 lines):

diff -r 112b3ad24039 -r b82d95b851d4 sys/arch/amd64/amd64/autoconf.c
--- a/sys/arch/amd64/amd64/autoconf.c   Thu Nov 22 17:35:14 2012 +0000
+++ b/sys/arch/amd64/amd64/autoconf.c   Thu Nov 22 17:37:38 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.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>



Home | Main Index | Thread Index | Old Index