aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Bolle <pebolle@tiscali.nl>2013-03-21 07:02:00 -0400
committerJiri Kosina <jkosina@suse.cz>2013-03-27 08:50:42 -0400
commite1ca3c7ac9caad278d05f0b30f4e1a03e4a65b7f (patch)
treee281b7ee24125a50cca759785b6ef7e8fe69545d
parente05a4f4fc9ddf7a8633c368786a115b3111d36fd (diff)
kernel-parameters: remove outdated 'noresidual' parameter
The PPC specific kernel parameter 'noresidual' was removed in v2.6.27, though commit 917f0af9e5a9ceecf9e72537fabb501254ba321d ("powerpc: Remove arch/ppc and include/asm-ppc"). Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-rw-r--r--Documentation/kernel-parameters.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index 72bb2a8649df..da519d3c6bf6 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -1974,8 +1974,6 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
1974 noreplace-smp [X86-32,SMP] Don't replace SMP instructions 1974 noreplace-smp [X86-32,SMP] Don't replace SMP instructions
1975 with UP alternatives 1975 with UP alternatives
1976 1976
1977 noresidual [PPC] Don't use residual data on PReP machines.
1978
1979 nordrand [X86] Disable the direct use of the RDRAND 1977 nordrand [X86] Disable the direct use of the RDRAND
1980 instruction even if it is supported by the 1978 instruction even if it is supported by the
1981 processor. RDRAND is still available to user 1979 processor. RDRAND is still available to user