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 240257dd4238..bdc0c433e88c 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -1523,7 +1523,9 @@ and is between 256 and 4096 characters. It is defined in the file | |||
1523 | 1523 | ||
1524 | noclflush [BUGS=X86] Don't use the CLFLUSH instruction | 1524 | noclflush [BUGS=X86] Don't use the CLFLUSH instruction |
1525 | 1525 | ||
1526 | nohlt [BUGS=ARM,SH] | 1526 | nohlt [BUGS=ARM,SH] Tells the kernel that the sleep(SH) or |
1527 | wfi(ARM) instruction doesn't work correctly and not to | ||
1528 | use it. This is also useful when using JTAG debugger. | ||
1527 | 1529 | ||
1528 | no-hlt [BUGS=X86-32] Tells the kernel that the hlt | 1530 | no-hlt [BUGS=X86-32] Tells the kernel that the hlt |
1529 | instruction doesn't work correctly and not to | 1531 | instruction doesn't work correctly and not to |