diff options
-rw-r--r-- | arch/x86_64/kernel/io_apic.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/x86_64/kernel/io_apic.c b/arch/x86_64/kernel/io_apic.c index 97154ab058b..bdc589924b1 100644 --- a/arch/x86_64/kernel/io_apic.c +++ b/arch/x86_64/kernel/io_apic.c | |||
@@ -260,9 +260,6 @@ __setup("apic", enable_ioapic_setup); | |||
260 | void __init check_ioapic(void) | 260 | void __init check_ioapic(void) |
261 | { | 261 | { |
262 | int num,slot,func; | 262 | int num,slot,func; |
263 | if (ioapic_force) | ||
264 | return; | ||
265 | |||
266 | /* Poor man's PCI discovery */ | 263 | /* Poor man's PCI discovery */ |
267 | for (num = 0; num < 32; num++) { | 264 | for (num = 0; num < 32; num++) { |
268 | for (slot = 0; slot < 32; slot++) { | 265 | for (slot = 0; slot < 32; slot++) { |