aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sh/kernel/syscalls.S (follow)
AgeCommit message (Collapse)AuthorFilesLines
2006-09-27sh: pselect6 and ppoll, along with signal trampoline rework.Paul Mundt1-15/+16
This implements support for ppoll() and pselect6().. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
2006-09-27sh: __NR_restart_syscall support.Paul Mundt1-1/+1
This implements support for __NR_restart_syscall. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
2006-09-27sh: Wire up new syscalls.Paul Mundt1-0/+28
The syscall table has lagged behind a bit, wire up the new ones.. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
2006-09-27sh: Move syscall table in to syscall.S.Paul Mundt1-0/+324
Move the syscall table in to its own file, as per sh64. The entry.S bits will end up being considerably different in the sh2/sh2a cases, so this lets us keep things in sync somewhat.. Signed-off-by: Paul Mundt <lethal@linux-sh.org>