ARM: proc: add definition of cpu_reset for ARMv6 and ARMv7 cores
commitf4daf06fc23b99df5ca5b3e892428b91e148cc52
authorWill Deacon <will.deacon@arm.com>
Mon, 6 Jun 2011 11:27:34 +0000 (6 12:27 +0100)
committerWill Deacon <will.deacon@arm.com>
Thu, 7 Jul 2011 18:20:53 +0000 (7 19:20 +0100)
tree25d034cbf3109c03d33b404d1d910f64ee048629
parent14abd038a7a209193c58ee7dde01ef4bf1523a91
ARM: proc: add definition of cpu_reset for ARMv6 and ARMv7 cores

This patch adds simple definitions of cpu_reset for ARMv6 and ARMv7
cores, which disable the MMU via the SCTLR.

Signed-off-by: Will Deacon <will.deacon@arm.com>
arch/arm/mm/proc-v6.S
arch/arm/mm/proc-v7.S