[PATCH 12/12] docs: kernel-parameters.txt: remove reference for removed Intel MPX

From: Mauro Carvalho Chehab
Date: Tue Mar 17 2020 - 09:11:36 EST


The Intel MPX support got removed on Kernel 5.6, but the
kernel-parameters file still mentions it.

Update the text to document that this parameter is not needed
anymore, as the Intel MPX will always be disabled now on
(as its support got removed).

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@xxxxxxxxxx>
---
Documentation/admin-guide/kernel-parameters.txt | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt
index 192a36a66fc9..ff5e0ca7d9a7 100644
--- a/Documentation/admin-guide/kernel-parameters.txt
+++ b/Documentation/admin-guide/kernel-parameters.txt
@@ -990,9 +990,10 @@
Documentation/admin-guide/dynamic-debug-howto.rst
for details.

- nompx [X86] Disables Intel Memory Protection Extensions.
- See Documentation/x86/intel_mpx.rst for more
- information about the feature.
+ nompx X86] Previously, disabled Intel Memory Protection
+ Extensions.
+ NOTE: It is now default, as the Intel MPX code
+ was removed in v5.6.

nopku [X86] Disable Memory Protection Keys CPU feature found
in some Intel CPUs.
--
2.24.1