diff options
author | Michael Opdenacker <michael@free-electrons.com> | 2006-10-03 17:19:24 -0400 |
---|---|---|
committer | Adrian Bunk <bunk@stusta.de> | 2006-10-03 17:19:24 -0400 |
commit | f3e299fe3d53a0d78fea4e46ec3e0cadf375246c (patch) | |
tree | c96126a1e64f4486293c26fb92684ba026a82716 /Documentation/kernel-parameters.txt | |
parent | a073a8bde49b2c90777c526110488f4d0c52ea47 (diff) |
reboot parameter in Documentation/kernel-parameters.txt
Documentation fix for the arm and arm26 architectures,
in which the reboot kernel parameter is set in arch/*/kernel/process.c
Signed-off-by: Michael Opdenacker <michael@free-electrons.com>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Diffstat (limited to 'Documentation/kernel-parameters.txt')
-rw-r--r-- | Documentation/kernel-parameters.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 456d18b25223..12b3b24bfd2f 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -1368,7 +1368,7 @@ and is between 256 and 4096 characters. It is defined in the file | |||
1368 | 1368 | ||
1369 | reboot= [BUGS=IA-32,BUGS=ARM,BUGS=IA-64] Rebooting mode | 1369 | reboot= [BUGS=IA-32,BUGS=ARM,BUGS=IA-64] Rebooting mode |
1370 | Format: <reboot_mode>[,<reboot_mode2>[,...]] | 1370 | Format: <reboot_mode>[,<reboot_mode2>[,...]] |
1371 | See arch/*/kernel/reboot.c. | 1371 | See arch/*/kernel/reboot.c or arch/*/kernel/process.c |
1372 | 1372 | ||
1373 | reserve= [KNL,BUGS] Force the kernel to ignore some iomem area | 1373 | reserve= [KNL,BUGS] Force the kernel to ignore some iomem area |
1374 | 1374 | ||