|
@@ -308,7 +308,9 @@ static void do_inject(void)
|
|
* only on the node base core. Refer to D18F3x44[NbMcaToMstCpuEn] for
|
|
* only on the node base core. Refer to D18F3x44[NbMcaToMstCpuEn] for
|
|
* Fam10h and later BKDGs.
|
|
* Fam10h and later BKDGs.
|
|
*/
|
|
*/
|
|
- if (static_cpu_has(X86_FEATURE_AMD_DCM) && b == 4) {
|
|
|
|
|
|
+ if (static_cpu_has(X86_FEATURE_AMD_DCM) &&
|
|
|
|
+ b == 4 &&
|
|
|
|
+ boot_cpu_data.x86 < 0x17) {
|
|
toggle_nb_mca_mst_cpu(amd_get_nb_id(cpu));
|
|
toggle_nb_mca_mst_cpu(amd_get_nb_id(cpu));
|
|
cpu = get_nbc_for_node(amd_get_nb_id(cpu));
|
|
cpu = get_nbc_for_node(amd_get_nb_id(cpu));
|
|
}
|
|
}
|