CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2024/03/15 07:26:09
Modified files: sys/arch/arm64/arm64: cpu.c trampoline.S Log message: According to errata AC03_CPU_12, AmpereOne needs the loopy branches with a loop count of 11 to mitigate Spectre-BHB. And it seems Cortex-A57 was missed when Spectre-BHB mitigation support was added, so add it here as well. ok jsg@