PATCH: kexec/i386 fix build failure (bzImage_support_efi_boot)
Simon Horman
horms at verge.net.au
Thu Feb 6 02:30:33 EST 2014
On Wed, Feb 05, 2014 at 02:32:18PM -0800, Tony Jones wrote:
> Commit 9c200a85de2245a850546fded96a1977b84ad24d referenced
> 'bzImage_support_efi_boot' without matching 32-bit definition.
>
> Signed-off-by: Tony Jones <tonyj at suse.de>
Thanks, applied.
> ---
> kexec/arch/i386/kexec-bzImage.c | 1 +
> 1 file changed, 1 insertion(+)
>
> --- a/kexec/arch/i386/kexec-bzImage.c
> +++ b/kexec/arch/i386/kexec-bzImage.c
> @@ -40,6 +40,7 @@
> #include <arch/options.h>
>
> static const int probe_debug = 0;
> +int bzImage_support_efi_boot = 0;
>
> int bzImage_probe(const char *buf, off_t len)
> {
>
More information about the kexec
mailing list