commit | f0cb77372c3cf8c0cb17bbfb30a62506ea119286 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Fri Jan 15 15:13:48 2010 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Fri Jan 15 15:13:48 2010 +0900 |
tree | b002fb0d2ccbe0aa5131630d738188e9f5272fcb | |
parent | a6198a238baceae9d4e0ce3915f6d239c89b5c08 [diff] |
sh: Fix up the secondary CPU entry point for 32bit mode. 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>