]> 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)
commitcd061ab632c6b2f547b555867bf955492740726a
treeb4439a2c5723dc6a0704d862ab0a7a6ff94912c6
parent41f9edaf7ea9dd3d77120289d04647dac32242c0
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