Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/i386 "lapic.h" provides NLAPIC, not LAPIC. ma...



details:   https://anonhg.NetBSD.org/src/rev/673c1febcf77
branches:  trunk
changeset: 783160:673c1febcf77
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Sat Dec 08 14:40:10 2012 +0000

description:
"lapic.h" provides NLAPIC, not LAPIC.  makes i386 kernels build again.

diffstat:

 sys/arch/i386/i386/db_interface.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 318ca488f528 -r 673c1febcf77 sys/arch/i386/i386/db_interface.c
--- a/sys/arch/i386/i386/db_interface.c Sat Dec 08 13:42:36 2012 +0000
+++ b/sys/arch/i386/i386/db_interface.c Sat Dec 08 14:40:10 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: db_interface.c,v 1.69 2012/12/08 12:36:30 kiyohara Exp $       */
+/*     $NetBSD: db_interface.c,v 1.70 2012/12/08 14:40:10 jakllsch Exp $       */
 
 /*
  * Mach Operating System
@@ -33,7 +33,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: db_interface.c,v 1.69 2012/12/08 12:36:30 kiyohara Exp $");
+__KERNEL_RCSID(0, "$NetBSD: db_interface.c,v 1.70 2012/12/08 14:40:10 jakllsch Exp $");
 
 #include "opt_ddb.h"
 #include "opt_multiprocessor.h"
@@ -59,7 +59,7 @@
 #if NIOAPIC > 0
 #include <machine/i82093var.h>
 #endif
-#if LAPIC > 0
+#if NLAPIC > 0
 #include <machine/i82489reg.h>
 #include <machine/i82489var.h>
 #endif



Home | Main Index | Thread Index | Old Index