commit | 2a8f45b040bcb9b2ad2845f061499d1b6f41cc7b | [log] [tgz] |
---|---|---|
author | Catalin Marinas <catalin.marinas@arm.com> | Thu Jul 24 14:12:11 2014 +0100 |
committer | Catalin Marinas <catalin.marinas@arm.com> | Thu Jul 24 16:01:17 2014 +0100 |
tree | c572d4786682bae3dcbd288fe1c743c109621e2e | |
parent | 7f0b1bf04511348995d6fce38c87c98a3b5cb781 [diff] |
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>