summaryrefslogtreecommitdiff
authorDiana Craciun <diana.craciun@nxp.com>2018-12-12 14:03:10 (GMT)
committer Greg Kroah-Hartman <gregkh@linuxfoundation.org>2019-05-02 07:32:07 (GMT)
commit0feb3712a066cafb46d94a3d5f745d935c2e424b (patch)
tree397a05fbd8a814617979f6741defdedf56c52207
parentd476186a74535c5cb6b71b5d7a6089721f96fc60 (diff)
downloadcommon-0feb3712a066cafb46d94a3d5f745d935c2e424b.zip
common-0feb3712a066cafb46d94a3d5f745d935c2e424b.tar.gz
common-0feb3712a066cafb46d94a3d5f745d935c2e424b.tar.bz2
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>
Diffstat
-rw-r--r--Documentation/kernel-parameters.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index c708a50..dfdb8c5 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -2765,7 +2765,7 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
nosmt=force: Force disable SMT, cannot be undone
via the sysfs control file.
- 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.