aboutsummaryrefslogtreecommitdiffstats
path: root/arch/alpha/include/asm/syscall.h
Commit message (Collapse)AuthorAge
* Alpha: define syscall_get_arch()Eric Paris2014-09-23
Since Alpha supports syscall audit it now needs to have a syscall.h which implements syscall_get_arch() rather than hard coding this value into audit_syscall_entry(). Based-on-patch-by: Richard Briggs <rgb@redhat.com> Signed-off-by: Eric Paris <eparis@redhat.com> Cc: linux-alpha@vger.kernel.org