ARCH: AUDIT: implement syscall_get_arch for all arches
authorEric Paris <eparis@redhat.com>
Tue, 11 Mar 2014 17:50:46 +0000 (13:50 -0400)
committerEric Paris <eparis@redhat.com>
Tue, 23 Sep 2014 20:20:10 +0000 (16:20 -0400)
For all arches which support audit implement syscall_get_arch()
They are all pretty easy and straight forward, stolen from how the call
to audit_syscall_entry() determines the arch.

Based-on-patch-by: Richard Briggs <rgb@redhat.com>
Signed-off-by: Eric Paris <eparis@redhat.com>
Cc: linux-ia64@vger.kernel.org
Cc: microblaze-uclinux@itee.uq.edu.au
Cc: linux-mips@linux-mips.org
Cc: linux@lists.openrisc.net
Cc: linux-parisc@vger.kernel.org
Cc: linuxppc-dev@lists.ozlabs.org
Cc: sparclinux@vger.kernel.org

No differences found