We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0af2f6b commit 35382a3Copy full SHA for 35382a3
arch/arm64/kernel/cpufeature.c
@@ -1403,6 +1403,8 @@ void update_cpu_features(int cpu,
1403
info->reg_id_aa64mmfr2, boot->reg_id_aa64mmfr2);
1404
taint |= check_update_ftr_reg(SYS_ID_AA64MMFR3_EL1, cpu,
1405
info->reg_id_aa64mmfr3, boot->reg_id_aa64mmfr3);
1406
+ taint |= check_update_ftr_reg(SYS_ID_AA64MMFR4_EL1, cpu,
1407
+ info->reg_id_aa64mmfr4, boot->reg_id_aa64mmfr4);
1408
1409
taint |= check_update_ftr_reg(SYS_ID_AA64PFR0_EL1, cpu,
1410
info->reg_id_aa64pfr0, boot->reg_id_aa64pfr0);
0 commit comments