diff options
author | Dave Young <dyoung@redhat.com> | 2013-12-20 18:05:46 +0800 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2014-01-21 14:01:28 +0900 |
commit | 9c200a85de2245a850546fded96a1977b84ad24d (patch) | |
tree | 6cee0ea5570ea4eb9aedab009cae7c6086de90b4 /kexec/arch/i386/x86-linux-setup.h | |
parent | fe8a7c2ce02c407bdd7304bd2abfa637e26b6442 (diff) |
Add efi_info in x86 setup header
For supporting efi runtime on kexec kernel we need to
fill the efi_info struct in setup_header. I just get
the info in kernel exported boot_params data in debugfs.
Signed-off-by: Dave Young <dyoung@redhat.com>
Tested-by: Toshi Kani <toshi.kani@hp.com>
Signed-off-by: Simon Horman <horms@verge.net.au>
Diffstat (limited to 'kexec/arch/i386/x86-linux-setup.h')
-rw-r--r-- | kexec/arch/i386/x86-linux-setup.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kexec/arch/i386/x86-linux-setup.h b/kexec/arch/i386/x86-linux-setup.h index 2afe97c..6fb84b4 100644 --- a/kexec/arch/i386/x86-linux-setup.h +++ b/kexec/arch/i386/x86-linux-setup.h @@ -29,5 +29,6 @@ void setup_linux_system_parameters(struct kexec_info *info, /* command line parameter may be appended by purgatory */ #define PURGATORY_CMDLINE_SIZE 64 +extern int bzImage_support_efi_boot; #endif /* X86_LINUX_SETUP_H */ |