diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2009-05-28 23:54:52 -0400 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2009-05-28 23:54:52 -0400 |
commit | 435462c6e639065460e91903d6bd2af0f5762fde (patch) | |
tree | bf66ccdd613019035ebab535762366aa1026399b /Documentation/kernel-parameters.txt | |
parent | d7b41b1fdf162d3e26cb73bf2cf14816918e371e (diff) | |
parent | b5c42bc8db17db80917f99205a03c51f17354495 (diff) |
Merge branch 'merge' into next
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 844e9a654d0b..779160afa351 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -1542,6 +1542,10 @@ and is between 256 and 4096 characters. It is defined in the file | |||
1542 | register save and restore. The kernel will only save | 1542 | register save and restore. The kernel will only save |
1543 | legacy floating-point registers on task switch. | 1543 | legacy floating-point registers on task switch. |
1544 | 1544 | ||
1545 | noxsave [BUGS=X86] Disables x86 extended register state save | ||
1546 | and restore using xsave. The kernel will fallback to | ||
1547 | enabling legacy floating-point and sse state. | ||
1548 | |||
1545 | nohlt [BUGS=ARM,SH] Tells the kernel that the sleep(SH) or | 1549 | nohlt [BUGS=ARM,SH] Tells the kernel that the sleep(SH) or |
1546 | wfi(ARM) instruction doesn't work correctly and not to | 1550 | wfi(ARM) instruction doesn't work correctly and not to |
1547 | use it. This is also useful when using JTAG debugger. | 1551 | use it. This is also useful when using JTAG debugger. |