Merge branch 'next-mtd' of git://aeryn.fluff.org.uk/bjdooks/linux
[sfrench/cifs-2.6.git] / Documentation / kernel-parameters.txt
index 12df135f8af9c393db35a2455c8dae9f09626185..ad2b3078e59c9d17fbbb796cd20eb6ff2bf7b5ce 100644 (file)
@@ -1545,6 +1545,10 @@ and is between 256 and 4096 characters. It is defined in the file
                        register save and restore. The kernel will only save
                        legacy floating-point registers on task switch.
 
+       noxsave         [BUGS=X86] Disables x86 extended register state save
+                       and restore using xsave. The kernel will fallback to
+                       enabling legacy floating-point and sse state.
+
        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.