commit | b652c23cb0f7808bedb5442c416d91705a465c67 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Fri Dec 08 17:46:29 2006 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Tue Dec 12 08:42:08 2006 +0900 |
tree | d18dbf1fd11c5ad08e7dc1ef2cb97a774bb92d45 | |
parent | dc34d312c7b25d5d0f54c16d143a9526936e5d38 [diff] |
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>