|
@@ -551,6 +551,12 @@ void __init init_cpu_features(struct cpuinfo_arm64 *info)
|
|
init_cpu_ftr_reg(SYS_ZCR_EL1, info->reg_zcr);
|
|
init_cpu_ftr_reg(SYS_ZCR_EL1, info->reg_zcr);
|
|
sve_init_vq_map();
|
|
sve_init_vq_map();
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ /*
|
|
|
|
+ * Run the errata work around checks on the boot CPU, once we have
|
|
|
|
+ * initialised the cpu feature infrastructure.
|
|
|
|
+ */
|
|
|
|
+ update_cpu_errata_workarounds();
|
|
}
|
|
}
|
|
|
|
|
|
static void update_cpu_ftr_reg(struct arm64_ftr_reg *reg, u64 new)
|
|
static void update_cpu_ftr_reg(struct arm64_ftr_reg *reg, u64 new)
|