RE: [ACPI] RE: [patch] 2.4.x ACPI updates

From: Brown, Len
Date: Wed Aug 20 2003 - 18:59:45 EST


Yeah, broke this in 2.6 also -- apparently neglected to test that change w/o CONFIG_SMP...

Patrick suggested a cleaner way to do this code using fewer #ifdefs, so I'll try that out this evening. Until that arrives, you can just nuke that line and the "noapic" flag will revert to being broken in ACPI mode like it was before this week.

Thanks,
-Len

===== arch/i386/kernel/setup.c 1.91 vs edited =====
--- 1.91/arch/i386/kernel/setup.c Sat Aug 16 00:28:34 2003
+++ edited/arch/i386/kernel/setup.c Wed Aug 20 19:48:21 2003
@@ -545,7 +545,7 @@

/* disable IO-APIC */
else if (!memcmp(from, "noapic", 6)) {
- skip_ioapic_setup = 1;
+// skip_ioapic_setup = 1;
}
#endif
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/