commit | 4913c59890b0774990cceb7b0539fee71301dabe | [log] [tgz] |
---|---|---|
author | Eric Paris <eparis@redhat.com> | Tue Sep 23 16:25:34 2014 -0400 |
committer | Eric Paris <eparis@redhat.com> | Tue Sep 23 16:25:34 2014 -0400 |
tree | 159c015e1f1fb3473d3188c345d3faee454bb8e1 | |
parent | 23fed6218d7f6ce6e4cde698579f0f51845f0b25 [diff] |
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>