diff options
Diffstat (limited to 'src/mainboard/jetway/pa78vm5/irq_tables.c')
-rw-r--r-- | src/mainboard/jetway/pa78vm5/irq_tables.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mainboard/jetway/pa78vm5/irq_tables.c b/src/mainboard/jetway/pa78vm5/irq_tables.c index aff85b63ee69..526be4f4cd19 100644 --- a/src/mainboard/jetway/pa78vm5/irq_tables.c +++ b/src/mainboard/jetway/pa78vm5/irq_tables.c @@ -54,8 +54,6 @@ unsigned long write_pirq_routing_table(unsigned long addr) u8 sum = 0; int i; - get_bus_conf(); /* it will find out all bus num and apic that share with mptable.c and mptable.c and acpi_tables.c */ - /* Align the table to be 16 byte aligned. */ addr += 15; addr &= ~15; |