From: Cyrill Gorcunov Date: Tue, 15 Sep 2009 07:12:30 +0000 (+0400) Subject: x86, apic: Fix missed handling of discrete apics X-Git-Tag: v2.6.32-rc1~616^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8312136fa8b0a3ec7323bbb1a46be8c0c26e994e;p=pandora-kernel.git x86, apic: Fix missed handling of discrete apics 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 Cc: "Maciej W. Rozycki" Cc: Yinghai Lu LKML-Reference: <20090915071230.GA10604@lenovo> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed