]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: 7412/1: audit: use only AUDIT_ARCH_ARM regardless of endianness
authorWill Deacon <will.deacon@arm.com>
Fri, 4 May 2012 16:53:52 +0000 (17:53 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 12 May 2012 16:32:15 +0000 (09:32 -0700)
commit246301f454256967c5845a3e076c05ce488ff910
tree82f8ab72b452f9057095dd3e06a7f2283cc676f8
parent50f764acf24996dc3fd845f837f88a80b80b7d53
ARM: 7412/1: audit: use only AUDIT_ARCH_ARM regardless of endianness

commit 2f978366984a418f38fcf44137be1fbc5a89cfd9 upstream.

The machine endianness has no direct correspondence to the syscall ABI,
so use only AUDIT_ARCH_ARM when identifying the ABI to the audit tools
in userspace.

Signed-off-by: Will Deacon <will.deacon@arm.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/arm/kernel/ptrace.c