From 57ffeb0578db71b1c57d9e4137def42aac34fe18 Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Wed, 30 Jul 2003 03:05:20 +0000 Subject: updates from YhLu, plus fixes for PPC/K8 issues. git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1059 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/arch/i386/boot/pirq_routing.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/arch/i386/boot') diff --git a/src/arch/i386/boot/pirq_routing.c b/src/arch/i386/boot/pirq_routing.c index 56d05c5d7f..40f64f2c45 100644 --- a/src/arch/i386/boot/pirq_routing.c +++ b/src/arch/i386/boot/pirq_routing.c @@ -2,7 +2,7 @@ #include #include -#ifdef DEBUG +#if DEBUG==1 void check_pirq_routing_table(void) { const uint8_t *addr; -- cgit v1.2.3