From: Will Deacon Date: Wed, 23 Nov 2011 12:03:27 +0000 (+0000) Subject: ARM: head.S: only include __turn_mmu_on in the initial identity mapping X-Git-Tag: v3.3-rc1~141^2~2^2~6^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72662e01088394577be4a3f14da94cf87bea2591;p=pandora-kernel.git ARM: head.S: only include __turn_mmu_on in the initial identity mapping __create_page_tables identity maps the region of memory from __enable_mmu to the end of __turn_mmu_on. In preparation for including __turn_mmu_on in the .idmap.text section, this patch modifies the identity mapping so that it only includes the __turn_mmu_on code. Reviewed-by: Catalin Marinas Signed-off-by: Will Deacon --- Reading git-diff-tree failed