audit: inline audit_syscall_entry to reduce burden on archs
[deliverable/linux.git] / arch / x86 / kernel / entry_32.S
index a22facf06f0e27b736baaadef91b5583044743ab..1ccd742eba1bc24061da8256579be801f3a57654 100644 (file)
@@ -456,7 +456,7 @@ sysenter_audit:
        movl %ebx,%ecx                  /* 3rd arg: 1st syscall arg */
        movl %eax,%edx                  /* 2nd arg: syscall number */
        movl $AUDIT_ARCH_I386,%eax      /* 1st arg: audit arch */
-       call audit_syscall_entry
+       call __audit_syscall_entry
        pushl_cfi %ebx
        movl PT_EAX(%esp),%eax          /* reload syscall number */
        jmp sysenter_do_call
This page took 0.025832 seconds and 5 git commands to generate.