git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fe2907
)
ARM: proc-*.S: place cpu_reset functions into .idmap.text section
author
Will Deacon
<will.deacon@arm.com>
Tue, 15 Nov 2011 13:25:04 +0000
(13:25 +0000)
committer
Grazvydas Ignotas
<notasas@gmail.com>
Wed, 6 Feb 2013 17:48:37 +0000
(19:48 +0200)
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>
No differences found