kernel/arch/x86/entry/entry_64.S
.. .. @@ -1509,7 +1509,7 @@ 1509 1509 #endif 1510 1510 1511 1511 .pushsection .text, "ax" 1512 -SYM_CODE_START(rewind_stack_do_exit)1512 +SYM_CODE_START(rewind_stack_and_make_dead)1513 1513 UNWIND_HINT_FUNC 1514 1514 /* Prevent any naive code from trying to unwind to our caller. */ 1515 1515 xorl %ebp, %ebp .. .. @@ -1518,6 +1518,6 @@ 1518 1518 leaq -PTREGS_SIZE(%rax), %rsp 1519 1519 UNWIND_HINT_REGS 1520 1520 1521 - call do_exit1522 -SYM_CODE_END(rewind_stack_do_exit)1521 + call make_task_dead1522 +SYM_CODE_END(rewind_stack_and_make_dead)1523 1523 .popsection