aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/kernel-parameters.txt
diff options
context:
space:
mode:
authorDavid Woodhouse <David.Woodhouse@intel.com>2009-06-08 07:21:27 -0400
committerDavid Woodhouse <David.Woodhouse@intel.com>2009-06-08 07:21:27 -0400
commite635a01ea0a16cf7cd31ecd2305870385dca9be6 (patch)
treec7153e7dee5caf6ac90d85694ff27e4d0b606290 /Documentation/kernel-parameters.txt
parent143070e74630b9557e1bb64d899ff2cc5a1dcb48 (diff)
parent947391cfbaa3b08558844c0b187bcd0223c3f660 (diff)
Merge branch 'next-mtd' of git://aeryn.fluff.org.uk/bjdooks/linux
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 12df135f8af9..ad2b3078e59c 100644
--- a/Documentation/kernel-parameters.txt
+++ b/Documentation/kernel-parameters.txt
@@ -1545,6 +1545,10 @@ and is between 256 and 4096 characters. It is defined in the file
1545 register save and restore. The kernel will only save 1545 register save and restore. The kernel will only save
1546 legacy floating-point registers on task switch. 1546 legacy floating-point registers on task switch.
1547 1547
1548 noxsave [BUGS=X86] Disables x86 extended register state save
1549 and restore using xsave. The kernel will fallback to
1550 enabling legacy floating-point and sse state.
1551
1548 nohlt [BUGS=ARM,SH] Tells the kernel that the sleep(SH) or 1552 nohlt [BUGS=ARM,SH] Tells the kernel that the sleep(SH) or
1549 wfi(ARM) instruction doesn't work correctly and not to 1553 wfi(ARM) instruction doesn't work correctly and not to
1550 use it. This is also useful when using JTAG debugger. 1554 use it. This is also useful when using JTAG debugger.