aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/kernel-parameters.txt
diff options
context:
space:
mode:
authorJames Morris <jmorris@namei.org>2009-06-08 19:27:53 -0400
committerJames Morris <jmorris@namei.org>2009-06-08 19:27:53 -0400
commit0b4ec6e4e01d98e55ae325a41304cccd87fa4c0f (patch)
tree1e075fdf4aaf0c5c003564b3f3414bb4a92ef2ed /Documentation/kernel-parameters.txt
parent04288f42033607099cebf5ca15ce8dcec3a9688b (diff)
parent3af968e066d593bc4dacc021715f3e95ddf0996f (diff)
Merge branch 'master' into next
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r--Documentation/kernel-parameters.txt4
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.