hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/arch/x86/entry/entry_64.S
....@@ -1509,7 +1509,7 @@
15091509 #endif
15101510
15111511 .pushsection .text, "ax"
1512
-SYM_CODE_START(rewind_stack_do_exit)
1512
+SYM_CODE_START(rewind_stack_and_make_dead)
15131513 UNWIND_HINT_FUNC
15141514 /* Prevent any naive code from trying to unwind to our caller. */
15151515 xorl %ebp, %ebp
....@@ -1518,6 +1518,6 @@
15181518 leaq -PTREGS_SIZE(%rax), %rsp
15191519 UNWIND_HINT_REGS
15201520
1521
- call do_exit
1522
-SYM_CODE_END(rewind_stack_do_exit)
1521
+ call make_task_dead
1522
+SYM_CODE_END(rewind_stack_and_make_dead)
15231523 .popsection