diff options
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index d9a24a04cfb1..8041e51f8860 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -1541,6 +1541,10 @@ and is between 256 and 4096 characters. It is defined in the file | |||
1541 | register save and restore. The kernel will only save | 1541 | register save and restore. The kernel will only save |
1542 | legacy floating-point registers on task switch. | 1542 | legacy floating-point registers on task switch. |
1543 | 1543 | ||
1544 | noxsave [BUGS=X86] Disables x86 extended register state save | ||
1545 | and restore using xsave. The kernel will fallback to | ||
1546 | enabling legacy floating-point and sse state. | ||
1547 | |||
1544 | nohlt [BUGS=ARM,SH] Tells the kernel that the sleep(SH) or | 1548 | nohlt [BUGS=ARM,SH] Tells the kernel that the sleep(SH) or |
1545 | wfi(ARM) instruction doesn't work correctly and not to | 1549 | wfi(ARM) instruction doesn't work correctly and not to |
1546 | use it. This is also useful when using JTAG debugger. | 1550 | use it. This is also useful when using JTAG debugger. |