]> git.baikalelectronics.ru Git - kernel.git/commit
audit: arm64: Remove the audit arch argument to audit_syscall_entry
authorEric Paris <eparis@redhat.com>
Tue, 23 Sep 2014 20:25:34 +0000 (16:25 -0400)
committerEric Paris <eparis@redhat.com>
Tue, 23 Sep 2014 20:25:34 +0000 (16:25 -0400)
commitef2aa6a3c3d379ab2f8b5918b64d51649e8717e1
tree159c015e1f1fb3473d3188c345d3faee454bb8e1
parentc0d26792d44d8292da0db8d6c11adc5ac69c09a9
audit: arm64: Remove the audit arch argument to audit_syscall_entry

The arm64 tree added calls to audit_syscall_entry() and rightly included
the syscall number.  The interface has since been changed to not need
the syscall number.  As such, arm64 should no longer pass that value.

Signed-off-by: Eric Paris <eparis@redhat.com>
arch/arm64/kernel/ptrace.c