diff options
author | Qingfang Deng <dqfext@gmail.com> | 2024-02-26 16:38:53 +0800 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2024-03-23 20:00:49 +0100 |
commit | 6b007d2512ad02d08f7e9fc7ad74801ce1330924 (patch) | |
tree | f71cebe2e8e6bc8c13136814c186a2a8601d991b /target/linux/sunxi/cortexa53 | |
parent | 54f9744c820a6090e0c06574684c33e3e611939d (diff) |
treewide: disable spectre mitigation on unaffected Arm64 targets
Cortex-A53 is not vulnerable to any Spectre variants.
Ref: https://developer.arm.com/Arm%20Security%20Center/Speculative%20Processor%20Vulnerability
Signed-off-by: Qingfang Deng <dqfext@gmail.com>
Diffstat (limited to 'target/linux/sunxi/cortexa53')
-rw-r--r-- | target/linux/sunxi/cortexa53/config-6.1 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/sunxi/cortexa53/config-6.1 b/target/linux/sunxi/cortexa53/config-6.1 index f57c664540..5331352386 100644 --- a/target/linux/sunxi/cortexa53/config-6.1 +++ b/target/linux/sunxi/cortexa53/config-6.1 @@ -52,6 +52,7 @@ CONFIG_GENERIC_MSI_IRQ_DOMAIN=y CONFIG_ILLEGAL_POINTER_VALUE=0xdead000000000000 CONFIG_MDIO_BUS_MUX=y CONFIG_MICREL_PHY=y +# CONFIG_MITIGATE_SPECTRE_BRANCH_HISTORY is not set CONFIG_MODULES_USE_ELF_RELA=y CONFIG_MUSB_PIO_ONLY=y CONFIG_NEED_SG_DMA_LENGTH=y |