aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86_64/kernel
diff options
context:
space:
mode:
authorAndi Kleen <ak@suse.de>2006-01-11 16:42:54 -0500
committerLinus Torvalds <torvalds@g5.osdl.org>2006-01-11 22:01:12 -0500
commit7c0ac555b0b927ee0b3ca6200617f43dbdbaffb8 (patch)
tree09e24fdaee0975f0725f9b6278c23c8db36b510c /arch/x86_64/kernel
parent3f98bc4991df8e7b5972489b4632e1e5c03cd1ee (diff)
[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>
Diffstat (limited to 'arch/x86_64/kernel')
-rw-r--r--arch/x86_64/kernel/io_apic.c3
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 97154ab058b4..bdc589924b10 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);
260void __init check_ioapic(void) 260void __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++) {