OSDN Git Service

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)
commit39ada88f9c862c1ff8929ff67e0d1199c7af73fe
treeb4439a2c5723dc6a0704d862ab0a7a6ff94912c6
parent8a8a3237a78cbc0557f0eb16a89f16d616323e99
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