Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-07-27 | sparc64: tracehook syscall | Roland McGrath | |
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> | |||
2008-04-28 | sparc64: Split entry.S up into seperate files. | David S. Miller | |
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> |