From: Yinghai Lu Date: Sun, 24 Feb 2008 05:48:42 +0000 (-0800) Subject: x86: make amd quad core 8 socket system not be clustered_box, #2 X-Git-Tag: v2.6.26-rc1~1154^2~545 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=322850af8d93735f67b8ebf84bb1350639be3f34;p=pandora-kernel.git x86: make amd quad core 8 socket system not be clustered_box, #2 quad core 8 socket system will have apic id lifting.the apic id range could be [4, 0x23]. and apic_is_clustered_box will think that need to three clusters and that is large than 2. So it is treated as clustered_box. and will get Marking TSC unstable due to TSCs unsynchronized even the CPUs have X86_FEATURE_CONSTANT_TSC set. this patch will check if the cpu is from AMD. Signed-off-by: Yinghai Lu Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed