sh: Fix up uncached offset for legacy 29-bit mode.
authorPaul Mundt <lethal@linux-sh.org>
Mon, 8 Mar 2010 12:03:21 +0000 (21:03 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 8 Mar 2010 12:03:21 +0000 (21:03 +0900)
commit40d1f0048289b1baed859baee06878417fae540e
tree77ff254a151fbc9300d6c25ccbdc8949be9061c1
parenta8941dad1f12b4e8a87a517ed27f29d0209c817c
sh: Fix up uncached offset for legacy 29-bit mode.

The uncached_start was being set up properly for 32-bit but managed to
break 29-bit in the process, fix it up.

Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/mm/uncached.c