Home
last modified time | relevance | path

Searched hist:c4f486f1e7b34b27ec578494a236061b337d50ae (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/arm/kernel/
H A Dentry-armv.Sdiff c4f486f1e7b34b27ec578494a236061b337d50ae Wed Apr 20 03:55:35 CDT 2022 Ard Biesheuvel <ardb@kernel.org> ARM: 9198/1: spectre-bhb: simplify BPIALL vector macro

The BPIALL mitigation for Spectre-BHB adds a single instruction to the
handler sequence that doesn't clobber any registers. Given that these
sequences are 10 instructions long, they don't fit neatly into a
cacheline anyway, so we can simply move that single instruction to the
start of the unmitigated one, and rearrange the symbol names accordingly.

Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Signed-off-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk>