summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/include/mpconfig.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/amd64/include/mpconfig.h')
-rw-r--r--sys/arch/amd64/include/mpconfig.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/amd64/include/mpconfig.h b/sys/arch/amd64/include/mpconfig.h
index 7b78dfcfdc5..8a154db560e 100644
--- a/sys/arch/amd64/include/mpconfig.h
+++ b/sys/arch/amd64/include/mpconfig.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: mpconfig.h,v 1.7 2011/03/06 22:40:05 deraadt Exp $ */
+/* $OpenBSD: mpconfig.h,v 1.8 2011/10/21 20:48:11 kettenis Exp $ */
/* $NetBSD: mpconfig.h,v 1.2 2003/05/11 00:05:52 fvdl Exp $ */
/*
@@ -38,11 +38,11 @@ struct mp_intr_map {
#if defined(_KERNEL)
extern int mp_verbose;
extern struct mp_bus *mp_busses;
+extern int mp_nbusses;
extern struct mp_intr_map *mp_intrs;
extern int mp_nintrs;
extern struct mp_bus *mp_isa_bus;
extern struct mp_bus *mp_eisa_bus;
-extern int mp_nbus;
#endif
#endif