[PATCH v2 3/4] arm64: Add arm64 kexec support
Pratyush Anand
panand at redhat.com
Wed Jul 27 21:10:53 PDT 2016
On 26/07/2016:08:18:57 PM, Geoff Levand wrote:
> Add kexec reboot support for ARM64 platforms.
>
> Signed-off-by: Geoff Levand <geoff at infradead.org>
> ---
[...]
> +
> +#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
More information about the linux-arm-kernel
mailing list