Skip to content

Commit 613d416

Browse files
committed
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 <[email protected]>
1 parent b62a030 commit 613d416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/loongarch/kernel/switch.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
/*
1414
* task_struct *__switch_to(task_struct *prev, task_struct *next,
15-
* struct thread_info *next_ti)
15+
* struct thread_info *next_ti, void *sched_ra, void *sched_cfa)
1616
*/
1717
.align 5
1818
SYM_FUNC_START(__switch_to)

0 commit comments

Comments
 (0)