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: sz_154~176 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed4c86cdb42bf2ffcad9becf3d7283ff41902359;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