From mboxrd@z Thu Jan 1 00:00:00 1970 From: geoff@infradead.org (Geoff Levand) Date: Thu, 28 Jul 2016 10:33:12 -0700 Subject: [PATCH v2 3/4] arm64: Add arm64 kexec support In-Reply-To: <20160728041053.GB27150@localhost.localdomain> References: <20160728041053.GB27150@localhost.localdomain> Message-ID: <1469727192.16559.1.camel@infradead.org> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Thu, 2016-07-28 at 09:40 +0530, Pratyush Anand wrote: > 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. >>From the recently removed OPT_PORT. Thanks for checking. From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Message-ID: <1469727192.16559.1.camel@infradead.org> Subject: Re: [PATCH v2 3/4] arm64: Add arm64 kexec support From: Geoff Levand Date: Thu, 28 Jul 2016 10:33:12 -0700 In-Reply-To: <20160728041053.GB27150@localhost.localdomain> References: <20160728041053.GB27150@localhost.localdomain> Mime-Version: 1.0 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: Pratyush Anand Cc: AKASHI Takahiro , Simon Horman , kexec@lists.infradead.org, linux-arm-kernel@lists.infradead.org On Thu, 2016-07-28 at 09:40 +0530, Pratyush Anand wrote: > 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. >From the recently removed OPT_PORT. Thanks for checking. _______________________________________________ kexec mailing list kexec@lists.infradead.org http://lists.infradead.org/mailman/listinfo/kexec