On Fri, Aug 26, 2016 at 10:22:13AM +0100, Suzuki K. Poulose wrote:
On 25/08/16 18:26, Catalin Marinas wrote:
Just a heads up. I have a patch [1] which moves the "check_local_cpu_errata()"
around to smp_prepare_boot_cpu(). This patch should still work fine with that
case. Only that may be we could move the jump_lable_init() to smp_prepare_boot_cpu(),
before we call "update_cpu_errata_work_arounds()" for Boot CPU.
IIUC, we wouldn't call update_cpu_errata_work_arounds() until the CPU
feature infrastructure is initialised via cpuinfo_store_boot_cpu(). So
I don't think moving the jump_label_init() call above is necessary.
[1] https://lkml.kernel.org/r/1471525832-21209-4-git-send-email-suzuki.poulose@xxxxxxx