]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - arch/x86/entry/entry_64_compat.S
x86/entry/32: Fix entry_INT80_32() to expect interrupts to be on
[karo-tx-linux.git] / arch / x86 / entry / entry_64_compat.S
index 92b0b27b43c694e2dadc550ac2d65588a509dc17..c3201830a85ee8dcddabb0cab864545d99d47fd3 100644 (file)
@@ -303,7 +303,7 @@ ENTRY(entry_INT80_compat)
        TRACE_IRQS_OFF
 
        movq    %rsp, %rdi
-       call    do_int80_syscall_32
+       call    do_syscall_32_irqs_off
 .Lsyscall_32_done:
 
        /* Go back to user mode. */