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-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=de53e17ae12a601dbfe592cdb1344cd9e6cb2cab;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