diff options
author | Stefan Reinauer <stepan@openbios.org> | 2004-06-07 10:25:42 +0000 |
---|---|---|
committer | Stefan Reinauer <stepan@openbios.org> | 2004-06-07 10:25:42 +0000 |
commit | 0b607b39baa652ada1f749e4f4488d6bf450d3c0 (patch) | |
tree | 31afafc9a67c3973bb7ad511e176bd5c75156f92 /src/arch/i386/include | |
parent | ab8ff84402e97d544b519ec17a2ee184651b8af6 (diff) |
simplify pirq handling. Only apply consistency fixes on the copied version
of the pirq table.
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@1604 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/arch/i386/include')
-rw-r--r-- | src/arch/i386/include/arch/pirq_routing.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/arch/i386/include/arch/pirq_routing.h b/src/arch/i386/include/arch/pirq_routing.h index 9f7059f27c..f4dbe78b19 100644 --- a/src/arch/i386/include/arch/pirq_routing.h +++ b/src/arch/i386/include/arch/pirq_routing.h @@ -39,12 +39,6 @@ struct irq_routing_table { extern const struct irq_routing_table intel_irq_routing_table; -#if (DEBUG==1 && HAVE_PIRQ_TABLE==1) -void check_pirq_routing_table(void); -#else -#define check_pirq_routing_table() do {} while(0) -#endif - #if HAVE_PIRQ_TABLE==1 unsigned long copy_pirq_routing_table(unsigned long start); #else |