commit | 6cc15e9fdce49e6b3d00eba4dfcdfbe1496f2114 | [log] [tgz] |
---|---|---|
author | Paul Mundt <lethal@linux-sh.org> | Thu Oct 04 19:52:32 2007 +0900 |
committer | Paul Mundt <lethal@linux-sh.org> | Thu Oct 04 19:52:32 2007 +0900 |
tree | e65be4f50df6c0d5c8026585da30379267f25ec6 | |
parent | 01bd5e9ef2ead97059a1930de43942bdfc9e8755 [diff] |
sh: Rip out left-over nommu cond syscall cruft. At some point way back when (2.5 or so) quite a few syscalls hadn't yet been wired up as cond_syscalls(), so we opted to just do direct sys_ni_syscall wrapping in the assembly code instead. That's all been fixed up since then, so we can drop the wrapping. Signed-off-by: Paul Mundt <lethal@linux-sh.org>