Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | sparc64: tracehook syscall | Roland McGrath | 2008-07-27 |
| | | | | | | | | | | | | 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. Miller | 2008-04-28 |
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> |