From: Andi Kleen Date: Wed, 11 Jan 2006 21:42:54 +0000 (+0100) Subject: [PATCH] x86_64: Dont't disable early PCI scan with apic X-Git-Tag: v2.6.16-rc1~370 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=7c0ac555b0b927ee0b3ca6200617f43dbdbaffb8;p=~shefty%2Frdma-dev.git [PATCH] x86_64: Dont't disable early PCI scan with apic It might be still needed for non APIC related issues. Signed-off-by: Andi Kleen Signed-off-by: Linus Torvalds --- 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); void __init check_ioapic(void) { int num,slot,func; - if (ioapic_force) - return; - /* Poor man's PCI discovery */ for (num = 0; num < 32; num++) { for (slot = 0; slot < 32; slot++) {