We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fb1436 commit 96c6480Copy full SHA for 96c6480
arch/x86/entry/entry_64.S
@@ -279,8 +279,7 @@ SYM_CODE_END(entry_SYSCALL_64)
279
* %rdi: prev task
280
* %rsi: next task
281
*/
282
-SYM_CODE_START(__switch_to_asm)
283
- UNWIND_HINT_FUNC
+SYM_FUNC_START(__switch_to_asm)
284
/*
285
* Save callee-saved registers
286
* This must match the order in inactive_task_frame
@@ -321,7 +320,7 @@ SYM_CODE_START(__switch_to_asm)
321
320
popq %rbp
322
323
jmp __switch_to
324
-SYM_CODE_END(__switch_to_asm)
+SYM_FUNC_END(__switch_to_asm)
325
326
327
* A newly forked process directly context switches into this address.
0 commit comments