On Tue, Feb 25, 2014 at 09:16:24AM +0000, AKASHI Takahiro wrote:
Currently AUDITSYSCALL has a long list of architecture depencency: depends on AUDIT && (X86 || PARISC || PPC || S390 || IA64 || UML || SPARC64 || SUPERH || (ARM && AEABI && !OABI_COMPAT) || ALPHA) The purpose of this patch is to replace it with HAVE_ARCH_AUDITSYSCALL for simplicity.
Looks sensible to me:
Acked-by: Will Deacon will.deacon@arm.com
Will