diff options
author | Ahmed S. Darwish <darwish.07@gmail.com> | 2011-02-20 23:08:35 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-02-21 18:07:04 -0500 |
commit | 6f21e64630d8378b64f2ad25c0b291725a00a40c (patch) | |
tree | 6639c866bea85948fcff2a4ca79930bcf46abd81 | |
parent | 8bd89ca22010847e85de37b77d9f19f16b1962ad (diff) |
Documentation: complete crashkernel= parameter documentation
Complete the crashkernel= kernel parameter documentation.
Signed-off-by: Ahmed S. Darwish <darwish.07@gmail.com>
Acked-by: Simon Horman <horms@verge.net.au>
Acked-by: Vivek Goyal <vgoyal@redhat.com>
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r-- | Documentation/kernel-parameters.txt | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 89835a4766a6..050b0e564315 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -545,16 +545,20 @@ and is between 256 and 4096 characters. It is defined in the file | |||
545 | Format: | 545 | Format: |
546 | <first_slot>,<last_slot>,<port>,<enum_bit>[,<debug>] | 546 | <first_slot>,<last_slot>,<port>,<enum_bit>[,<debug>] |
547 | 547 | ||
548 | crashkernel=nn[KMG]@ss[KMG] | 548 | crashkernel=size[KMG][@offset[KMG]] |
549 | [KNL] Reserve a chunk of physical memory to | 549 | [KNL] Using kexec, Linux can switch to a 'crash kernel' |
550 | hold a kernel to switch to with kexec on panic. | 550 | upon panic. This parameter reserves the physical |
551 | memory region [offset, offset + size] for that kernel | ||
552 | image. If '@offset' is omitted, then a suitable offset | ||
553 | is selected automatically. Check | ||
554 | Documentation/kdump/kdump.txt for further details. | ||
551 | 555 | ||
552 | crashkernel=range1:size1[,range2:size2,...][@offset] | 556 | crashkernel=range1:size1[,range2:size2,...][@offset] |
553 | [KNL] Same as above, but depends on the memory | 557 | [KNL] Same as above, but depends on the memory |
554 | in the running system. The syntax of range is | 558 | in the running system. The syntax of range is |
555 | start-[end] where start and end are both | 559 | start-[end] where start and end are both |
556 | a memory unit (amount[KMG]). See also | 560 | a memory unit (amount[KMG]). See also |
557 | Documentation/kdump/kdump.txt for a example. | 561 | Documentation/kdump/kdump.txt for an example. |
558 | 562 | ||
559 | cs89x0_dma= [HW,NET] | 563 | cs89x0_dma= [HW,NET] |
560 | Format: <dma> | 564 | Format: <dma> |