diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2008-01-30 07:30:19 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-30 07:30:19 -0500 |
commit | 3e35a0e525253837fc0ea4d0e060de3302bd9537 (patch) | |
tree | bb7afd99762bd691866a934b23ddcf8e92ce8f2f /include/asm-x86 | |
parent | 84c873ed2a00eab3e8ac49dc7889d7aad142ce22 (diff) |
x86: move ioapic code where it belongs
The commit 399287229c775a8962a852a761d65dc9475dec7c hacked the
ioapic resource mapping into apic.c for no good reason.
Move the code into io_apic_64.c where it belongs.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'include/asm-x86')
-rw-r--r-- | include/asm-x86/io_apic_64.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-x86/io_apic_64.h b/include/asm-x86/io_apic_64.h index 762a841b939e..3e3c2114d93a 100644 --- a/include/asm-x86/io_apic_64.h +++ b/include/asm-x86/io_apic_64.h | |||
@@ -127,6 +127,8 @@ extern int io_apic_get_redir_entries (int ioapic); | |||
127 | extern int io_apic_set_pci_routing (int ioapic, int pin, int irq, int, int); | 127 | extern int io_apic_set_pci_routing (int ioapic, int pin, int irq, int, int); |
128 | #endif | 128 | #endif |
129 | 129 | ||
130 | extern void ioapic_init_mappings(void); | ||
131 | |||
130 | extern int sis_apic_bug; /* dummy */ | 132 | extern int sis_apic_bug; /* dummy */ |
131 | 133 | ||
132 | #endif | 134 | #endif |