From: Richard Guy Briggs Date: Tue, 4 Mar 2014 15:38:06 +0000 (-0500) Subject: audit: x86: drop arch from __audit_syscall_entry() interface X-Git-Tag: fixes-against-v3.18-rc2~31^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4f0d3755c5e9cc86292d5fd78261903b4f23d4a;p=pandora-kernel.git 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 Cc: Thomas Gleixner Cc: Ingo Molnar Cc: "H. Peter Anvin" Cc: x86@kernel.org Cc: linux-kernel@vger.kernel.org Cc: linux-audit@redhat.com Signed-off-by: Eric Paris --- 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. --- Reading git-diff-tree failed