From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mail-pf0-f180.google.com ([209.85.192.180]) by bombadil.infradead.org with esmtps (Exim 4.85_2 #1 (Red Hat Linux)) id 1bScfE-0006mL-Tz for kexec@lists.infradead.org; Thu, 28 Jul 2016 04:11:17 +0000 Received: by mail-pf0-f180.google.com with SMTP id y134so17496247pfg.0 for ; Wed, 27 Jul 2016 21:10:56 -0700 (PDT) Date: Thu, 28 Jul 2016 09:40:53 +0530 From: Pratyush Anand Subject: Re: [PATCH v2 3/4] arm64: Add arm64 kexec support Message-ID: <20160728041053.GB27150@localhost.localdomain> References: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: 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: Geoff Levand Cc: AKASHI Takahiro , Simon Horman , kexec@lists.infradead.org, linux-arm-kernel@lists.infradead.org On 26/07/2016:08:18:57 PM, Geoff Levand wrote: > Add kexec reboot support for ARM64 platforms. > > Signed-off-by: Geoff Levand > --- [...] > + > +#define OPT_APPEND ((OPT_MAX)+0) > +#define OPT_DTB ((OPT_MAX)+1) > +#define OPT_INITRD ((OPT_MAX)+2) > +#define OPT_REUSE_CMDLINE ((OPT_MAX)+4) Option count 3 is missing. > +#define OPT_ARCH_MAX ((OPT_MAX)+5) ~Pratyush _______________________________________________ kexec mailing list kexec@lists.infradead.org http://lists.infradead.org/mailman/listinfo/kexec