commit | 43f8f9b95b65dc05368cd82268895b9508b17d50 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Wed Dec 17 12:20:15 2008 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Mon Dec 22 18:44:44 2008 +0900 |
tree | a0709b718dfadce2f80bb24c0ab1a27faf3b3016 | |
parent | 7b80fb32b39a51ce3e1afa051f5a616eb8ecbed3 [diff] |
sh: Simplify kernel_thread_helper() for sh32. This can use the same implementation as sh64, the generated assembly is the same between the new and old version, so there is not much point in leaving it open coded in inline assembly. This is preparatory work for future consolidation of the _32/_64 variants. Signed-off-by: Paul Mundt <lethal@linux-sh.org>