Ok. That means my check is over zealous.
> Could you please tell me what these broken boards report in MP-tables
> when there is no APIC? Maybe we could find a way to distinguish them.
> All 82489DX-based boards I've met report 0x1 as the APIC revision (I don't
> think there are higher 82489DX revisions).
I think it reports 1.1 apics from memory. Its simply hardcoded in the bios
rather than the configurable flash area.
The following change should make all of this work
if(vendor!=INTEL && !has_apic)
/* No SMP */
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/