2.6.32.28 update
/arch/x86/kernel/cpu/amd.c
blob:3940fee7ea9fb3fa4f90eaee674c6ce32fa2ba16 -> blob:4d707d3c3e726c906a04e664f8f16dc8ef033500
--- arch/x86/kernel/cpu/amd.c
+++ arch/x86/kernel/cpu/amd.c
@@ -305,8 +305,7 @@ static void __cpuinit amd_detect_cmp(str
/* use socket ID also for last level cache */
per_cpu(cpu_llc_id, cpu) = c->phys_proc_id;
/* fixup topology information on multi-node processors */
- if ((c->x86 == 0x10) && (c->x86_model == 9))
- amd_fixup_dcm(c);
+ amd_fixup_dcm(c);
#endif
}