sh: Fix get_wchan().
authorPaul Mundt <lethal@linux-sh.org>
Fri, 8 Dec 2006 08:46:29 +0000 (17:46 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 11 Dec 2006 23:42:08 +0000 (08:42 +0900)
commitb652c23cb0f7808bedb5442c416d91705a465c67
treed18dbf1fd11c5ad08e7dc1ef2cb97a774bb92d45
parentdc34d312c7b25d5d0f54c16d143a9526936e5d38
sh: Fix get_wchan().

Some time ago the schedule frame size changed and we failed to reflect
this in get_wchan() at the time. This first popped up as a problem on
SH7751R where schedule_frame ended up being unaligned and generating
an unaligned trap. This fixes it up again..

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