fix compilation issues for pirq checker tool (trivial)
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4629 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
committed by
Stefan Reinauer
parent
8008f88df8
commit
c8d4a05f8f
@@ -39,6 +39,10 @@ struct irq_routing_table {
|
||||
|
||||
extern const struct irq_routing_table intel_irq_routing_table;
|
||||
|
||||
#ifdef GETPIR
|
||||
#define copy_pirq_routing_table(start) (start)
|
||||
unsigned long write_pirq_routing_table(unsigned long start);
|
||||
#else
|
||||
#if CONFIG_HAVE_PIRQ_TABLE==1
|
||||
unsigned long copy_pirq_routing_table(unsigned long start);
|
||||
unsigned long write_pirq_routing_table(unsigned long start);
|
||||
@@ -46,5 +50,6 @@ unsigned long write_pirq_routing_table(unsigned long start);
|
||||
#define copy_pirq_routing_table(start) (start)
|
||||
#define write_pirq_routing_table(start) (start)
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#endif /* ARCH_PIRQ_ROUTING_H */
|
||||
|
Reference in New Issue
Block a user