diff options
author | Mathias Kresin <dev@kresin.me> | 2018-04-26 22:25:11 +0200 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2018-04-27 21:34:18 +0200 |
commit | 3877550114c37be4dfcb6dce7f28ef5400529326 (patch) | |
tree | 79b9e6f140ac4ebed0a520c6cc39b57d7ce16add /target/linux/generic | |
parent | 25f47c7bf938fd934575015fd032d0145806c3f7 (diff) | |
download | upstream-3877550114c37be4dfcb6dce7f28ef5400529326.tar.gz upstream-3877550114c37be4dfcb6dce7f28ef5400529326.tar.bz2 upstream-3877550114c37be4dfcb6dce7f28ef5400529326.zip |
arm64: enable harden branch predictor
Enable the harden branch predictor for arm64 as it is recommend.
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'target/linux/generic')
-rw-r--r-- | target/linux/generic/config-4.14 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/generic/config-4.14 b/target/linux/generic/config-4.14 index a27198335d..c9ee88c751 100644 --- a/target/linux/generic/config-4.14 +++ b/target/linux/generic/config-4.14 @@ -1534,7 +1534,6 @@ CONFIG_GENERIC_NET_UTILS=y # CONFIG_HAMRADIO is not set # CONFIG_HAPPYMEAL is not set # CONFIG_HARDENED_USERCOPY is not set -# CONFIG_HARDEN_BRANCH_PREDICTOR is not set # CONFIG_HARDLOCKUP_DETECTOR is not set # CONFIG_HAVE_AOUT is not set CONFIG_HAVE_ARCH_HARDENED_USERCOPY=y @@ -5021,7 +5020,6 @@ CONFIG_UNIX=y CONFIG_UNIX98_PTYS=y # CONFIG_UNIXWARE_DISKLABEL is not set # CONFIG_UNIX_DIAG is not set -# CONFIG_UNMAP_KERNEL_AT_EL0 is not set # CONFIG_UNUSED_SYMBOLS is not set # CONFIG_UPROBES is not set # CONFIG_UPROBE_EVENT is not set |