mirror of
https://github.com/torvalds/linux.git
synced 2026-06-03 20:14:06 +02:00
LoongArch: Correct the __switch_to() prototype in comments
Correct the __switch_to() prototype in comments, keep it be the same as the declaration in switch_to.h. Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
This commit is contained in:
parent
b62a03049f
commit
613d4164f5
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
/*
|
||||
* task_struct *__switch_to(task_struct *prev, task_struct *next,
|
||||
* struct thread_info *next_ti)
|
||||
* struct thread_info *next_ti, void *sched_ra, void *sched_cfa)
|
||||
*/
|
||||
.align 5
|
||||
SYM_FUNC_START(__switch_to)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user