summaryrefslogtreecommitdiff
path: root/src/mainboard/jetway/nf81-t56n-lf/irq_tables.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/jetway/nf81-t56n-lf/irq_tables.c')
-rw-r--r--src/mainboard/jetway/nf81-t56n-lf/irq_tables.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/mainboard/jetway/nf81-t56n-lf/irq_tables.c b/src/mainboard/jetway/nf81-t56n-lf/irq_tables.c
index 259034b524..36d104d786 100644
--- a/src/mainboard/jetway/nf81-t56n-lf/irq_tables.c
+++ b/src/mainboard/jetway/nf81-t56n-lf/irq_tables.c
@@ -58,12 +58,6 @@ unsigned long write_pirq_routing_table(unsigned long addr)
u8 sum = 0;
int i;
- /* Find all Bus num and APIC's that are share with
- * mptable.c and acpi_tables.c
- */
- get_bus_conf();
-
-
/* Align table on 16 byte boundary. */
addr += 15;
addr &= ~15;