diff options
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index be3bde51b564..73fa52c0df28 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -1513,7 +1513,9 @@ and is between 256 and 4096 characters. It is defined in the file | |||
1513 | 1513 | ||
1514 | noclflush [BUGS=X86] Don't use the CLFLUSH instruction | 1514 | noclflush [BUGS=X86] Don't use the CLFLUSH instruction |
1515 | 1515 | ||
1516 | nohlt [BUGS=ARM,SH] | 1516 | nohlt [BUGS=ARM,SH] Tells the kernel that the sleep(SH) or |
1517 | wfi(ARM) instruction doesn't work correctly and not to | ||
1518 | use it. This is also useful when using JTAG debugger. | ||
1517 | 1519 | ||
1518 | no-hlt [BUGS=X86-32] Tells the kernel that the hlt | 1520 | no-hlt [BUGS=X86-32] Tells the kernel that the hlt |
1519 | instruction doesn't work correctly and not to | 1521 | instruction doesn't work correctly and not to |