x86, fpu: enable eagerfpu by default for xsaveopt
[pandora-kernel.git] / Documentation / kernel-parameters.txt
index ad7e2e5..e8f7faa 100644 (file)
@@ -1833,6 +1833,10 @@ bytes respectively. Such letter suffixes can also be entirely omitted.
                        and restore using xsave. The kernel will fallback to
                        enabling legacy floating-point and sse state.
 
+       eagerfpu=       [X86]
+                       on      enable eager fpu restore (default for xsaveopt)
+                       off     disable eager fpu restore
+
        nohlt           [BUGS=ARM,SH] Tells the kernel that the sleep(SH) or
                        wfi(ARM) instruction doesn't work correctly and not to
                        use it. This is also useful when using JTAG debugger.