summaryrefslogtreecommitdiffstats
path: root/arch/sparc64/kernel/syscalls.S
Commit message (Collapse)AuthorAgeFilesLines
* sparc64: Split syscall_trace() into two functions.David S. Miller2008-08-241-12/+8
| | | | | | | | Christoph Hellwig noticed that having both entry and exit logic in one function no longer makes sense, and having seperate ones simplifies things a lot. Signed-off-by: David S. Miller <davem@davemloft.net>
* sparc64: tracehook syscallRoland McGrath2008-07-271-0/+4
| | | | | | | | | | | | This changes sparc64 syscall tracing to use the new tracehook.h entry points. [ Add assembly changes to force an immediate -ENOSYS return from the system call when syscall_trace() returns non-zero at syscall entry. -DaveM ] Signed-off-by: Roland McGrath <roland@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
* sparc64: Split entry.S up into seperate files.David S. Miller2008-04-281-0/+279
entry.S was a hodge-podge of several totally unrelated sets of assembler routines, ranging from FPU trap handlers to hypervisor call functions. Split it up into topic-sized pieces. Signed-off-by: David S. Miller <davem@davemloft.net>
OpenPOWER on IntegriCloud