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:
a6198a2
)
sh: Fix up the secondary CPU entry point for 32bit mode.
author
Paul Mundt
<lethal@linux-sh.org>
Fri, 15 Jan 2010 06:13:48 +0000
(15:13 +0900)
committer
Paul Mundt
<lethal@linux-sh.org>
Fri, 15 Jan 2010 06:13:48 +0000
(15:13 +0900)
Presently the secondary CPU entry point is only aimed at 29bit phys mode,
causing it to point to a stray virtual address in 32bit mode. Fix it up
after consulting with our shiny new __in_29bit_mode().
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
No differences found