ARM: head.S: only include __turn_mmu_on in the initial identity mapping
authorWill Deacon <will.deacon@arm.com>
Wed, 23 Nov 2011 12:03:27 +0000 (12:03 +0000)
committerGrazvydas Ignotas <notasas@gmail.com>
Wed, 20 Feb 2013 21:19:20 +0000 (23:19 +0200)
__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 <catalin.marinas@arm.com>
Signed-off-by: Will Deacon <will.deacon@arm.com>

No differences found