diff options
Diffstat (limited to 'arch/x86/kernel/apic/io_apic.c')
-rw-r--r-- | arch/x86/kernel/apic/io_apic.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/arch/x86/kernel/apic/io_apic.c b/arch/x86/kernel/apic/io_apic.c index 4baa9cbd630a..8aef5f9d9479 100644 --- a/arch/x86/kernel/apic/io_apic.c +++ b/arch/x86/kernel/apic/io_apic.c | |||
@@ -833,20 +833,6 @@ int restore_IO_APIC_setup(struct IO_APIC_route_entry **ioapic_entries) | |||
833 | return 0; | 833 | return 0; |
834 | } | 834 | } |
835 | 835 | ||
836 | void reinit_intr_remapped_IO_APIC(int intr_remapping, | ||
837 | struct IO_APIC_route_entry **ioapic_entries) | ||
838 | |||
839 | { | ||
840 | /* | ||
841 | * for now plain restore of previous settings. | ||
842 | * TBD: In the case of OS enabling interrupt-remapping, | ||
843 | * IO-APIC RTE's need to be setup to point to interrupt-remapping | ||
844 | * table entries. for now, do a plain restore, and wait for | ||
845 | * the setup_IO_APIC_irqs() to do proper initialization. | ||
846 | */ | ||
847 | restore_IO_APIC_setup(ioapic_entries); | ||
848 | } | ||
849 | |||
850 | void free_ioapic_entries(struct IO_APIC_route_entry **ioapic_entries) | 836 | void free_ioapic_entries(struct IO_APIC_route_entry **ioapic_entries) |
851 | { | 837 | { |
852 | int apic; | 838 | int apic; |