From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Date: Mon, 14 Apr 2014 12:37:18 +0100 From: Will Deacon Subject: Re: [PATCH 2/3] ARM : kdump : add arch_crash_save_vmcoreinfo Message-ID: <20140414113718.GD3530@arm.com> References: <1395907240-13308-1-git-send-email-sdu.liu@huawei.com> <1395907240-13308-3-git-send-email-sdu.liu@huawei.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <1395907240-13308-3-git-send-email-sdu.liu@huawei.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "kexec" Errors-To: kexec-bounces+dwmw2=infradead.org@lists.infradead.org To: Liu Hua Cc: "linux@arm.linux.org.uk" , Vijaya Kumar K , "kexec@lists.infradead.org" , "linux-kernel@vger.kernel.org" , "horms@verge.net.au" , Stephen Warren , "linux-arm-kernel@lists.infradead.org" On Thu, Mar 27, 2014 at 08:00:39AM +0000, Liu Hua wrote: > For vmcore generated by LPAE enabled kernel, user space > utility such as crash needs additional infomation to > parse. > > So this patch add arch_crash_save_vmcoreinfo as what PAE enabled > i386 linux does. Looks sensible to me: Reviewed-by: Will Deacon Will > Signed-off-by: Liu Hua > To: Russell King > Cc: Stephen Warren > Cc: Will Deacon > Cc: Vijaya Kumar K > Cc: > Cc: > Cc: > --- > arch/arm/kernel/machine_kexec.c | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/arch/arm/kernel/machine_kexec.c b/arch/arm/kernel/machine_kexec.c > index f0d180d..8cf0996 100644 > --- a/arch/arm/kernel/machine_kexec.c > +++ b/arch/arm/kernel/machine_kexec.c > @@ -184,3 +184,10 @@ void machine_kexec(struct kimage *image) > > soft_restart(reboot_entry_phys); > } > + > +void arch_crash_save_vmcoreinfo(void) > +{ > +#ifdef CONFIG_ARM_LPAE > + VMCOREINFO_CONFIG(ARM_LPAE); > +#endif > +} > -- > 1.9.0 > > _______________________________________________ kexec mailing list kexec@lists.infradead.org http://lists.infradead.org/mailman/listinfo/kexec