]> git.baikalelectronics.ru Git - kernel.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)
commit64f0948e6f1a399fc39c261a265f7633e2f6b6a5
treede81428f18201237aa8ce105821e57a127e2b9c9
parent082eee5858b141df3705bcc1d37a0631d3401197
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