]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
arm64/efi: remove free_boot_services() and friends
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Mon, 20 Oct 2014 14:35:21 +0000 (16:35 +0200)
committerArd Biesheuvel <ard.biesheuvel@linaro.org>
Mon, 12 Jan 2015 16:29:31 +0000 (16:29 +0000)
commit3033b84596eaec0093b68c5711c265738eb0745d
treede81428f18201237aa8ce105821e57a127e2b9c9
parentf3cdfd239da56a4cea75a2920dc326f0f45f67e3
arm64/efi: remove free_boot_services() and friends

Now that we are calling SetVirtualAddressMap() from the stub, there is no
need to reserve boot-only memory regions, which implies that there is also
no reason to free them again later.

Acked-by: Leif Lindholm <leif.lindholm@linaro.org>
Acked-by: Will Deacon <will.deacon@arm.com>
Tested-by: Leif Lindholm <leif.lindholm@linaro.org>
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
arch/arm64/kernel/efi.c