]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - kernel/auditsc.c
Merge branch 'akpm-current/current'
[karo-tx-linux.git] / kernel / auditsc.c
index d7acaed84a0d224da80dbf00c98b0bef3a2f808c..51d76ba1db35bd0ed192ea1a4cd15bf6249e574e 100644 (file)
@@ -2412,8 +2412,8 @@ void __audit_seccomp(unsigned long syscall, long signr, int code)
                return;
        audit_log_task(ab);
        audit_log_format(ab, " sig=%ld arch=%x syscall=%ld compat=%d ip=0x%lx code=0x%x",
-                        signr, syscall_get_arch(), syscall, is_compat_task(),
-                        KSTK_EIP(current), code);
+                        signr, syscall_get_arch(), syscall,
+                        in_compat_syscall(), KSTK_EIP(current), code);
        audit_log_end(ab);
 }