From 4653e0366adcf951ee9a28786599bc08fd64c6aa Mon Sep 17 00:00:00 2001 From: Li-Ta Lo Date: Thu, 16 Aug 2001 09:49:25 +0000 Subject: [PATCH] fixed a typo in HAVE_PIRQ_TABLE --- src/arch/i386/include/arch/pirq_routing.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/arch/i386/include/arch/pirq_routing.h b/src/arch/i386/include/arch/pirq_routing.h index 2e5fc09d70..fc27ed6633 100644 --- a/src/arch/i386/include/arch/pirq_routing.h +++ b/src/arch/i386/include/arch/pirq_routing.h @@ -37,7 +37,7 @@ void check_pirq_routing_table(void); #define check_pirq_routing_table() do {} while(0) #endif -#if defined(HAVE_PIRQ_ROUTING_TABLE) +#if defined(HAVE_PIRQ_TABLE) void copy_pirq_routing_table(void); #else #define copy_pirq_routing_table() do {} while(0)