Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1760095AbXIVS0M (ORCPT ); Sat, 22 Sep 2007 14:26:12 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754915AbXIVSZ6 (ORCPT ); Sat, 22 Sep 2007 14:25:58 -0400 Received: from mx2.suse.de ([195.135.220.15]:37077 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755238AbXIVSZ6 (ORCPT ); Sat, 22 Sep 2007 14:25:58 -0400 Date: Sat, 22 Sep 2007 20:25:56 +0200 From: Bernhard Walle To: akpm@linux-foundation.org, kexec@lists.infradead.org Cc: linux-kernel@vger.kernel.org Subject: [PATCH] Add extended crashkernel syntax to kernel-parameters.txt Message-ID: <20070922182556.GA3353@suse.de> Mail-Followup-To: akpm@linux-foundation.org, kexec@lists.infradead.org, linux-kernel@vger.kernel.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Organization: SUSE LINUX Products GmbH User-Agent: Mutt/1.5.16 (2007-06-09) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1107 Lines: 31 This adds the documentation for the extended crashkernel syntax into Documentation/kernel-parameters.txt. Signed-off-by: Bernhard Walle --- Documentation/kernel-parameters.txt | 7 +++++++ 1 file changed, 7 insertions(+) --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt @@ -498,6 +498,13 @@ and is between 256 and 4096 characters. [KNL] Reserve a chunk of physical memory to hold a kernel to switch to with kexec on panic. + crashkernel=range1:size1[,range2:size2,...][@offset] + [KNL] Same as above, but depends on the memory + in the running system. The syntax of range is + start-[end] where start and end are both + a memory unit (amount[KMG]). See also + Documentation/kdump/kdump.txt for a example. + cs4232= [HW,OSS] Format: ,,,,, - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/