2003-08-20 23:55:26

by Brown, Len

[permalink] [raw]
Subject: RE: [ACPI] RE: [patch] 2.4.x ACPI updates

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