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/bcm27xx | |
parent | 54f9744c820a6090e0c06574684c33e3e611939d (diff) | |
download | openwrt-6b007d2512ad02d08f7e9fc7ad74801ce1330924.tar.gz openwrt-6b007d2512ad02d08f7e9fc7ad74801ce1330924.tar.bz2 openwrt-6b007d2512ad02d08f7e9fc7ad74801ce1330924.zip |
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/bcm27xx')
-rw-r--r-- | target/linux/bcm27xx/bcm2710/config-6.1 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/bcm27xx/bcm2710/config-6.1 b/target/linux/bcm27xx/bcm2710/config-6.1 index f29d8483f8..e5b357f2fa 100644 --- a/target/linux/bcm27xx/bcm2710/config-6.1 +++ b/target/linux/bcm27xx/bcm2710/config-6.1 @@ -303,6 +303,7 @@ CONFIG_MFD_CORE=y CONFIG_MFD_SYSCON=y CONFIG_MICROCHIP_PHY=y CONFIG_MIGRATION=y +# CONFIG_MITIGATE_SPECTRE_BRANCH_HISTORY is not set CONFIG_MMC=y # CONFIG_MMC_BCM2835 is not set CONFIG_MMC_BCM2835_DMA=y |