From: Ard Biesheuvel Date: Thu, 22 Jan 2015 10:01:40 +0000 (+0000) Subject: arm64/efi: move virtmap init to early initcall X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~117^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60305db9884515ca063474e262b454f6da04e4e2;p=pandora-kernel.git arm64/efi: move virtmap init to early initcall Now that the create_mapping() code in mm/mmu.c is able to support setting up kernel page tables at initcall time, we can move the whole virtmap creation to arm64_enable_runtime_services() instead of having a distinct stage during early boot. This also allows us to drop the arm64-specific EFI_VIRTMAP flag. Signed-off-by: Ard Biesheuvel Signed-off-by: Catalin Marinas --- Reading git-diff-tree failed