mirror of https://gitee.com/openkylin/linux.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 <ak@suse.de> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
3f98bc4991
commit
7c0ac555b0
|
@ -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++) {
|
||||
|
|
Loading…
Reference in New Issue