瀏覽代碼

[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 <ak@suse.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Andi Kleen 19 年之前
父節點
當前提交
7c0ac555b0
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      arch/x86_64/kernel/io_apic.c

+ 0 - 3
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++) {