Commit 613d4164 authored by Huacai Chen's avatar Huacai Chen
Browse files

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: default avatarHuacai Chen <chenhuacai@loongson.cn>
parent b62a0304
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)