Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1497362
| From | Andy Lutomirski <luto@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH] x86/fpu: Remove 'eagerfpu=' docs |
| Date | 2016-10-07 19:00 +0200 |
| Message-ID | <spGF3-3ei-1@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Now that eagerfpu= is gone, remove it from the docs. Whoops.
Fixes: ca6938a1cd8a ("x86/fpu: Hard-disable lazy FPU mode")
Signed-off-by: Andy Lutomirski <luto@kernel.org>
---
Documentation/kernel-parameters.txt | 6 ------
1 file changed, 6 deletions(-)
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt
index 25037ded3683..8083a3432482 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -1034,12 +1034,6 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
nopku [X86] Disable Memory Protection Keys CPU feature found
in some Intel CPUs.
- eagerfpu= [X86]
- on enable eager fpu restore
- off disable eager fpu restore
- auto selects the default scheme, which automatically
- enables eagerfpu restore for xsaveopt.
-
module.async_probe [KNL]
Enable asynchronous probe on this module.
--
2.7.4
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH] x86/fpu: Remove 'eagerfpu=' docs Andy Lutomirski <luto@kernel.org> - 2016-10-07 19:00 +0200 Re: [PATCH] x86/fpu: Remove 'eagerfpu=' docs Ingo Molnar <mingo@kernel.org> - 2016-10-08 07:40 +0200
csiph-web