fix the following warning on all boards that don't have PIRQ_ROUTE enabled

In file included from coreboot-v2-4017//src/arch/i386/boot/pirq_routing.c:2:
coreboot-v2-4017/src/arch/i386/include/arch/pirq_routing.h:45:5: warning: "PIRQ_ROUTE" is not defined
coreboot-v2-4017//src/arch/i386/boot/pirq_routing.c:103:6: warning: "PIRQ_ROUTE" is not defined

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4019 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Stefan Reinauer 2009-03-19 01:30:16 +00:00 committed by Stefan Reinauer
parent c675955f05
commit d0db8f904d
1 changed files with 1 additions and 1 deletions

View File

@ -738,7 +738,7 @@ define HAVE_PIRQ_TABLE
end
define PIRQ_ROUTE
default 0
export used
export always
comment "Define if we have a PIRQ table and want routing IRQs"
end
define IRQ_SLOT_COUNT