audit: inline audit_syscall_entry to reduce burden on archs
[deliverable/linux.git] / arch / x86 / kernel / entry_64.S
index e51393dd93a34b4546f5dad5f19010111064e284..1ca66b650123b30841cd2d1fdef5dcd0974f9a51 100644 (file)
@@ -549,7 +549,7 @@ badsys:
 #ifdef CONFIG_AUDITSYSCALL
        /*
         * Fast path for syscall audit without full syscall trace.
-        * We just call audit_syscall_entry() directly, and then
+        * We just call __audit_syscall_entry() directly, and then
         * jump back to the normal fast path.
         */
 auditsys:
@@ -559,7 +559,7 @@ auditsys:
        movq %rdi,%rdx                  /* 3rd arg: 1st syscall arg */
        movq %rax,%rsi                  /* 2nd arg: syscall number */
        movl $AUDIT_ARCH_X86_64,%edi    /* 1st arg: audit arch */
-       call audit_syscall_entry
+       call __audit_syscall_entry
        LOAD_ARGS 0             /* reload call-clobbered registers */
        jmp system_call_fastpath
 
This page took 0.045207 seconds and 5 git commands to generate.