Re: [PATCH] fix SMP kernel on SMP MoBo with APIC-less CPU

From: Maciej W. Rozycki (macro@ds2.pg.gda.pl)
Date: Tue Aug 08 2000 - 11:48:02 EST


On Tue, 8 Aug 2000, Christoph Hellwig wrote:

> - if (smp_found_config)
> + if (smp_found_config && /* try only if the cpu has a local apic */
> + (boot_cpu_data.x86_capability & X86_FEATURE_APIC))
> get_smp_config();

 This is bogus -- there are valid SMP configurations with external 82489DX
local APICs. Tell the vendor to fix your BIOS not to provide a bogus MP
table or boot with "nosmp" option instead.

-- 
+  Maciej W. Rozycki, Technical University of Gdansk, Poland   +
+--------------------------------------------------------------+
+        e-mail: macro@ds2.pg.gda.pl, PGP key available        +

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



This archive was generated by hypermail 2b29 : Tue Aug 15 2000 - 21:00:16 EST