From: Paul Mundt Date: Fri, 14 Aug 2009 16:57:36 +0000 (+0900) Subject: sh: Add register alignment helpers for shared flushers. X-Git-Tag: v2.6.32-rc1~640^2~73 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43bc61d86f8ea6edef2e02d1dc47617883fa9a9c;p=pandora-kernel.git sh: Add register alignment helpers for shared flushers. This plugs in some register alignment helpers for the shared flushers, allowing them to also be used on SH-5. The main rationale here is that in the SH-5 case we have a variable ABI, where the pointer size may not equal the register width. This register extension is taken care of by the SH-5 code already today, and is otherwise unused on the SH-4 code. This combines the two and allows us to kill off the SH-5 implementation. Signed-off-by: Paul Mundt --- Reading git-diff-tree failed