aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/platform/efi/efi.c
diff options
context:
space:
mode:
authorPaul Menzel <pmenzel@molgen.mpg.de>2021-05-15 10:14:04 +0200
committerArd Biesheuvel <ardb@kernel.org>2021-05-22 14:09:07 +0200
commitbb11580f61b6c4ba5c35706abd927c8ac8c32852 (patch)
tree9ca585f866a9ed6ccf4409eb9928e96f58a7f994 /arch/x86/platform/efi/efi.c
parentefi/dev-path-parser: Switch to use for_each_acpi_dev_match() (diff)
downloadlinux-dev-bb11580f61b6c4ba5c35706abd927c8ac8c32852.tar.xz
linux-dev-bb11580f61b6c4ba5c35706abd927c8ac8c32852.zip
x86/efi: Log 32/64-bit mismatch with kernel as an error
Log the message No EFI runtime due to 32/64-bit mismatch with kernel as an error condition, as several things like efivarfs won’t work without the EFI runtime. Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de> Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
Diffstat (limited to 'arch/x86/platform/efi/efi.c')
-rw-r--r--arch/x86/platform/efi/efi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/platform/efi/efi.c b/arch/x86/platform/efi/efi.c
index 8a26e705cb06..147c30a81f15 100644
--- a/arch/x86/platform/efi/efi.c
+++ b/arch/x86/platform/efi/efi.c
@@ -468,7 +468,7 @@ void __init efi_init(void)
*/
if (!efi_runtime_supported())
- pr_info("No EFI runtime due to 32/64-bit mismatch with kernel\n");
+ pr_err("No EFI runtime due to 32/64-bit mismatch with kernel\n");
if (!efi_runtime_supported() || efi_runtime_disabled()) {
efi_memmap_unmap();