audit: x86: drop arch from __audit_syscall_entry() interface
authorRichard Guy Briggs <rgb@redhat.com>
Tue, 4 Mar 2014 15:38:06 +0000 (10:38 -0500)
committerEric Paris <eparis@redhat.com>
Tue, 23 Sep 2014 20:21:28 +0000 (16:21 -0400)
commitb4f0d3755c5e9cc86292d5fd78261903b4f23d4a
tree34cddc7f4fc142be54c487e95335d469eda10e5e
parenta17c8b54dc738c4fda31e8be0302cd131a04c19f
audit: x86: drop arch from __audit_syscall_entry() interface

Since the arch is found locally in __audit_syscall_entry(), there is no need to
pass it in as a parameter.  Delete it from the parameter list.

x86* was the only arch to call __audit_syscall_entry() directly and did so from
assembly code.

Signed-off-by: Richard Guy Briggs <rgb@redhat.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: "H. Peter Anvin" <hpa@zytor.com>
Cc: x86@kernel.org
Cc: linux-kernel@vger.kernel.org
Cc: linux-audit@redhat.com
Signed-off-by: Eric Paris <eparis@redhat.com>
---

As this patch relies on changes in the audit tree, I think it
appropriate to send it through my tree rather than the x86 tree.
arch/x86/ia32/ia32entry.S
arch/x86/kernel/entry_32.S
arch/x86/kernel/entry_64.S
include/linux/audit.h
kernel/auditsc.c