From: Paul Mundt Date: Fri, 8 Dec 2006 08:46:29 +0000 (+0900) Subject: sh: Fix get_wchan(). X-Git-Tag: v2.6.20-rc1~146^2~4^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b652c23cb0f7808bedb5442c416d91705a465c67;p=pandora-kernel.git 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 --- Reading git-diff-tree failed