|
@@ -711,7 +711,8 @@ static __init void cpufeatures_cpu_quirks(void)
|
|
|
cur_cpu_spec->cpu_features |= CPU_FTR_P9_TM_HV_ASSIST;
|
|
|
cur_cpu_spec->cpu_features |= CPU_FTR_P9_TM_XER_SO_BUG;
|
|
|
cur_cpu_spec->cpu_features |= CPU_FTR_POWER9_DD2_1;
|
|
|
- } else /* DD2.1 and up have DD2_1 */
|
|
|
+ } else if ((version & 0xffff0000) == 0x004e0000)
|
|
|
+ /* DD2.1 and up have DD2_1 */
|
|
|
cur_cpu_spec->cpu_features |= CPU_FTR_POWER9_DD2_1;
|
|
|
|
|
|
if ((version & 0xffff0000) == 0x004e0000) {
|