commit | 1a4baafa7d203da1cceb302c2df38f0fea1c17a1 | [log] [tgz] |
---|---|---|
author | Will Deacon <will.deacon@arm.com> | Tue Nov 15 13:25:04 2011 +0000 |
committer | Will Deacon <will.deacon@arm.com> | Tue Dec 06 14:04:14 2011 +0000 |
tree | f64d1b22be6f3255ccb73470a9799890972bd670 | |
parent | e6eadc67873d5f363c864cd7723104e7d47dcb44 [diff] |
ARM: proc-*.S: place cpu_reset functions into .idmap.text section The CPU reset functions disable the MMU and therefore must be executed with an identity mapping in place. This patch places the CPU reset functions into the .idmap.text section, causing the idmap code to include them as part of the identity mapping. Acked-by: Dave Martin <dave.martin@linaro.org> Signed-off-by: Will Deacon <will.deacon@arm.com>