* PATCH: kexec/i386 fix build failure (bzImage_support_efi_boot)
@ 2014-02-05 22:32 Tony Jones
2014-02-06 7:30 ` Simon Horman
0 siblings, 1 reply; 2+ messages in thread
From: Tony Jones @ 2014-02-05 22:32 UTC (permalink / raw)
To: kexec; +Cc: Simon Horman
Commit 9c200a85de2245a850546fded96a1977b84ad24d referenced
'bzImage_support_efi_boot' without matching 32-bit definition.
Signed-off-by: Tony Jones <tonyj@suse.de>
---
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)
{
_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: PATCH: kexec/i386 fix build failure (bzImage_support_efi_boot)
2014-02-05 22:32 PATCH: kexec/i386 fix build failure (bzImage_support_efi_boot) Tony Jones
@ 2014-02-06 7:30 ` Simon Horman
0 siblings, 0 replies; 2+ messages in thread
From: Simon Horman @ 2014-02-06 7:30 UTC (permalink / raw)
To: Tony Jones; +Cc: kexec
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@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)
> {
>
_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-02-06 7:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-05 22:32 PATCH: kexec/i386 fix build failure (bzImage_support_efi_boot) Tony Jones
2014-02-06 7:30 ` Simon Horman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox