x86, apic: Fix missed handling of discrete apics
authorCyrill Gorcunov <gorcunov@openvz.org>
Tue, 15 Sep 2009 07:12:30 +0000 (11:12 +0400)
committerIngo Molnar <mingo@elte.hu>
Sun, 20 Sep 2009 18:18:07 +0000 (20:18 +0200)
In case of discrete (pretty old) apics we may have cpu_has_apic bit
not set but have to check if smp_found_config (MP spec) is there
and apic was not disabled.

Also don't forget to print apic/io-apic for such case as well.

Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org>
Cc: "Maciej W. Rozycki" <macro@linux-mips.org>
Cc: Yinghai Lu <yinghai@kernel.org>
LKML-Reference: <20090915071230.GA10604@lenovo>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found