]> git.baikalelectronics.ru Git - kernel.git/commit
efi/x86: Move 32-bit code into efi_32.c
authorArd Biesheuvel <ardb@kernel.org>
Thu, 13 Aug 2020 17:38:17 +0000 (19:38 +0200)
committerArd Biesheuvel <ardb@kernel.org>
Thu, 20 Aug 2020 09:18:36 +0000 (11:18 +0200)
commitfe58446d5402454f65dc2e83a4d0e87b7042aaf1
treeb4439a2c5723dc6a0704d862ab0a7a6ff94912c6
parentd07cf56dd7adc55c9eba294d3e494b7bb95fcb69
efi/x86: Move 32-bit code into efi_32.c

Now that the old memmap code has been removed, some code that was left
behind in arch/x86/platform/efi/efi.c is only used for 32-bit builds,
which means it can live in efi_32.c as well. So move it over.

Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
arch/x86/include/asm/efi.h
arch/x86/platform/efi/efi.c
arch/x86/platform/efi/efi_32.c