[PATCH] 2.5.40 Compile fix for UP-NOAPIC-ACPI

Torben Mathiasen (torben.mathiasen@hp.com)
Wed, 2 Oct 2002 13:23:52 +0200


--6sX45UoQRIJXqkqR
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Seems 2.5.40 won't compile on UP when no local apic is used and ACPI is
enabled.

Not sure attached patch is 100% correct, but it seems to work for me.

Cheers,
Torben

--6sX45UoQRIJXqkqR
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="up-acpi-compile.diff"

--- linux-2.5.40-vanilla/arch/i386/kernel/mpparse.c Tue Oct 1 09:06:28 2002
+++ linux-2.5.40/arch/i386/kernel/mpparse.c Wed Oct 2 13:14:18 2002
@@ -784,6 +784,8 @@

#ifdef CONFIG_ACPI_BOOT

+#ifdef CONFIG_X86_LOCAL_APIC
+
void __init mp_register_lapic_address (
u64 address)
{
@@ -1127,4 +1129,6 @@

#endif /*CONFIG_X86_IO_APIC*/

+#endif /*CONFIG_X86_LOCAL_APIC*/
+
#endif /*CONFIG_ACPI_BOOT*/

--6sX45UoQRIJXqkqR--
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/