diff options
author | Ingo Molnar <mingo@kernel.org> | 2021-05-23 12:40:55 +0300 |
---|---|---|
committer | Ingo Molnar <mingo@kernel.org> | 2021-05-23 12:40:55 +0300 |
commit | 267be9dbacf4485f7842a3755eef4bb68dc85fc9 (patch) | |
tree | a70ddd4db316c48e166c6de5f00ad894a8892613 /arch/x86/platform | |
parent | e169fba4f464760dd9734c9e39e1c2e88e374f32 (diff) | |
parent | bb11580f61b6c4ba5c35706abd927c8ac8c32852 (diff) | |
download | linux-267be9dbacf4485f7842a3755eef4bb68dc85fc9.tar.xz |
Merge tag 'efi-next-for-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi into efi/core
Pull EFI updates for v5.14 from Ard Biesheuvel:
"First microbatch of EFI updates - not a lot going on these days."
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/x86/platform')
-rw-r--r-- | arch/x86/platform/efi/efi.c | 2 |
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(); |