diff options
author | Diana Craciun <diana.craciun@nxp.com> | 2018-12-12 15:03:10 +0100 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2018-12-20 12:59:03 +0100 |
commit | e59f5bd759b7dee57593c5b6c0441609bda5d530 (patch) | |
tree | a2e3038d291cdd3400e8f1fa40464648a2f11566 /Documentation/admin-guide | |
parent | powerpc/fsl: Update Spectre v2 reporting (diff) | |
download | linux-e59f5bd759b7dee57593c5b6c0441609bda5d530.tar.xz linux-e59f5bd759b7dee57593c5b6c0441609bda5d530.zip |
powerpc/fsl: Add FSL_PPC_BOOK3E as supported arch for nospectre_v2 boot arg
Signed-off-by: Diana Craciun <diana.craciun@nxp.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'Documentation/admin-guide')
-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 81d1d5a74728..495adb66148c 100644 --- a/Documentation/admin-guide/kernel-parameters.txt +++ b/Documentation/admin-guide/kernel-parameters.txt @@ -2826,7 +2826,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. |