]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
[PATCH] x86_64: Dont't disable early PCI scan with apic
authorAndi Kleen <ak@suse.de>
Wed, 11 Jan 2006 21:42:54 +0000 (22:42 +0100)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 12 Jan 2006 03:01:12 +0000 (19:01 -0800)
It might be still needed for non APIC related issues.

Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
arch/x86_64/kernel/io_apic.c

index 97154ab058b470e1e27af7484e6adcf97fa93a06..bdc589924b104d2eaaa170e16340632a918bb00e 100644 (file)
@@ -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++) {