]> git.baikalelectronics.ru Git - kernel.git/commit
arm64/efi: remove idmap manipulations from UEFI code
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Mon, 20 Oct 2014 14:41:38 +0000 (16:41 +0200)
committerArd Biesheuvel <ard.biesheuvel@linaro.org>
Mon, 12 Jan 2015 16:29:32 +0000 (16:29 +0000)
commitacfc2fb4a67a95601a0203e76d52af139fdcc87a
tree1456199ed7f9038ffc664cebb31bad9e0c35414d
parent5529ce6f8de9b2315856f3d8e03689b564345e77
arm64/efi: remove idmap manipulations from UEFI code

Now that we have moved the call to SetVirtualAddressMap() to the stub,
UEFI has no use for the ID map, so we can drop the code that installs
ID mappings for UEFI memory regions.

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/include/asm/efi.h
arch/arm64/include/asm/mmu.h
arch/arm64/kernel/efi.c
arch/arm64/kernel/setup.c
arch/arm64/mm/mmu.c