Merge tag 'v5.7-rc6' into objtool/core, to pick up fixes and resolve semantic conflict
[linux-2.6-microblaze.git] / arch / x86 / entry / entry_64.S
index 3063aa9..64fe3d8 100644 (file)
@@ -348,7 +348,7 @@ SYM_CODE_START(ret_from_fork)
        /* kernel thread */
        UNWIND_HINT_EMPTY
        movq    %r12, %rdi
-       CALL_NOSPEC %rbx
+       CALL_NOSPEC rbx
        /*
         * A kernel thread is allowed to return here after successfully
         * calling do_execve().  Exit to userspace to complete the execve()