Skip to content

Commit bb11580

Browse files
paulmenzelardbiesheuvel
authored andcommitted
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>
1 parent edbd1bc commit bb11580

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • arch/x86/platform/efi

arch/x86/platform/efi/efi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ void __init efi_init(void)
468468
*/
469469

470470
if (!efi_runtime_supported())
471-
pr_info("No EFI runtime due to 32/64-bit mismatch with kernel\n");
471+
pr_err("No EFI runtime due to 32/64-bit mismatch with kernel\n");
472472

473473
if (!efi_runtime_supported() || efi_runtime_disabled()) {
474474
efi_memmap_unmap();

0 commit comments

Comments
 (0)