hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/arch/x86/entry/entry_32.S
....@@ -1333,14 +1333,14 @@
13331333 SYM_CODE_END(asm_exc_nmi)
13341334
13351335 .pushsection .text, "ax"
1336
-SYM_CODE_START(rewind_stack_do_exit)
1336
+SYM_CODE_START(rewind_stack_and_make_dead)
13371337 /* Prevent any naive code from trying to unwind to our caller. */
13381338 xorl %ebp, %ebp
13391339
13401340 movl PER_CPU_VAR(cpu_current_top_of_stack), %esi
13411341 leal -TOP_OF_KERNEL_STACK_PADDING-PTREGS_SIZE(%esi), %esp
13421342
1343
- call do_exit
1343
+ call make_task_dead
13441344 1: jmp 1b
1345
-SYM_CODE_END(rewind_stack_do_exit)
1345
+SYM_CODE_END(rewind_stack_and_make_dead)
13461346 .popsection