arm64: Do not invoke audit_syscall_* functions if !CONFIG_AUDIT_SYSCALL
authorCatalin Marinas <catalin.marinas@arm.com>
Thu, 24 Jul 2014 13:12:11 +0000 (14:12 +0100)
committerCatalin Marinas <catalin.marinas@arm.com>
Thu, 24 Jul 2014 15:01:17 +0000 (16:01 +0100)
commit2a8f45b040bcb9b2ad2845f061499d1b6f41cc7b
treec572d4786682bae3dcbd288fe1c743c109621e2e
parent7f0b1bf04511348995d6fce38c87c98a3b5cb781
arm64: Do not invoke audit_syscall_* functions if !CONFIG_AUDIT_SYSCALL

This is a temporary patch to be able to compile the kernel in linux-next
where the audit_syscall_* API has been changed. To be reverted once the
proper arm64 fix can be applied.

Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/kernel/ptrace.c