Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751561AbbLICz4 (ORCPT ); Tue, 8 Dec 2015 21:55:56 -0500 Received: from mx1.redhat.com ([209.132.183.28]:38158 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750797AbbLICzz (ORCPT ); Tue, 8 Dec 2015 21:55:55 -0500 Date: Wed, 9 Dec 2015 10:55:39 +0800 From: Dave Young To: Daniel Kiper Cc: kexec@lists.infradead.org, linux-kernel@vger.kernel.org, xen-devel@lists.xenproject.org, andrew.cooper3@citrix.com, horms@verge.net.au, keir@xen.org, david.vrabel@citrix.com, konrad.wilk@oracle.com Subject: Re: [PATCH 06/14] crashdump/cris: Add print_crashkernel_region_size() function Message-ID: <20151209025539.GD14426@dhcp-128-65.nay.redhat.com> References: <1449611867-15672-1-git-send-email-daniel.kiper@oracle.com> <1449611867-15672-7-git-send-email-daniel.kiper@oracle.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1449611867-15672-7-git-send-email-daniel.kiper@oracle.com> User-Agent: Mutt/1.5.23 (2015-06-09) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1321 Lines: 46 On 12/08/15 at 10:57pm, Daniel Kiper wrote: > Provide just print_crashkernel_region_size() stub. This way > we can properly build kexec utility on cris arch even > if the functionality is not available on it. > > Signed-off-by: Daniel Kiper > --- > kexec/arch/cris/kexec-cris.c | 5 +++++ > 1 file changed, 5 insertions(+) > > diff --git a/kexec/arch/cris/kexec-cris.c b/kexec/arch/cris/kexec-cris.c > index 4ac2f89..8c62191 100644 > --- a/kexec/arch/cris/kexec-cris.c > +++ b/kexec/arch/cris/kexec-cris.c > @@ -77,6 +77,11 @@ int is_crashkernel_mem_reserved(void) > return 0; > } > > +void print_crashkernel_region_size(void) > +{ > + printf("-1\n"); "-1" is meaningless to end user, how about instead telling that there's no such functionality for the arch. > +} > + > unsigned long virt_to_phys(unsigned long addr) > { > return (addr) & 0x7fffffff; > -- > 1.7.10.4 > > > _______________________________________________ > kexec mailing list > kexec@lists.infradead.org > http://lists.infradead.org/mailman/listinfo/kexec > > -- 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/