From: Ard Biesheuvel Date: Tue, 17 Mar 2015 07:59:53 +0000 (+0100) Subject: arm64: merge __enable_mmu and __turn_mmu_on X-Git-Tag: omap-for-v4.2/o2_dc~115^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8b0a95753a34b5c8b2e483e0e5b1d67761e32c5f;p=pandora-kernel.git arm64: merge __enable_mmu and __turn_mmu_on Enabling of the MMU is split into two functions, with an align and a branch in the middle. On arm64, the entire kernel Image is ID mapped so this is really not necessary, and we can just merge it into a single function. Also replaces an open coded adrp/add reference to __enable_mmu pair with adr_l. Tested-by: Mark Rutland Reviewed-by: Mark Rutland Signed-off-by: Ard Biesheuvel Signed-off-by: Will Deacon --- Reading git-diff-tree failed