diff options
author | Diana Craciun <diana.craciun@nxp.com> | 2018-12-12 16:03:10 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2019-05-02 09:59:01 +0200 |
commit | 5cb299c806516b7f22dd9c5fe4f50ca85320b07b (patch) | |
tree | 0db73750889ee2fea3717750059140b39ff19bb4 | |
parent | 53db652324283624970355fab09c3bc4190c57e6 (diff) | |
download | linux-stable-5cb299c806516b7f22dd9c5fe4f50ca85320b07b.tar.gz linux-stable-5cb299c806516b7f22dd9c5fe4f50ca85320b07b.tar.bz2 linux-stable-5cb299c806516b7f22dd9c5fe4f50ca85320b07b.zip |
powerpc/fsl: Add FSL_PPC_BOOK3E as supported arch for nospectre_v2 boot arg
commit e59f5bd759b7dee57593c5b6c0441609bda5d530 upstream.
Signed-off-by: Diana Craciun <diana.craciun@nxp.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | Documentation/admin-guide/kernel-parameters.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt index f5acf35c712f..8b6567f7cb9b 100644 --- a/Documentation/admin-guide/kernel-parameters.txt +++ b/Documentation/admin-guide/kernel-parameters.txt @@ -2805,7 +2805,7 @@ check bypass). With this option data leaks are possible in the system. - nospectre_v2 [X86] Disable all mitigations for the Spectre variant 2 + nospectre_v2 [X86,PPC_FSL_BOOK3E] Disable all mitigations for the Spectre variant 2 (indirect branch prediction) vulnerability. System may allow data leaks with this option, which is equivalent to spectre_v2=off. |