patch-2.4.22 linux-2.4.22/arch/i386/kernel/smpboot.c

Next file: linux-2.4.22/arch/i386/kernel/sys_i386.c
Previous file: linux-2.4.22/arch/i386/kernel/setup.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.21/arch/i386/kernel/smpboot.c linux-2.4.22/arch/i386/kernel/smpboot.c
@@ -1034,7 +1034,7 @@
 	 * If we couldnt find an SMP configuration at boot time,
 	 * get out of here now!
 	 */
-	if (!smp_found_config) {
+	if (!smp_found_config && !acpi_lapic) {
 		printk(KERN_NOTICE "SMP motherboard not detected.\n");
 #ifndef CONFIG_VISWS
 		io_apic_irqs = 0;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)