]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
LoongArch: Correct the __switch_to() prototype in comments
authorHuacai Chen <chenhuacai@loongson.cn>
Sat, 25 Jan 2025 10:51:42 +0000 (18:51 +0800)
committerHuacai Chen <chenhuacai@loongson.cn>
Sat, 25 Jan 2025 10:51:42 +0000 (18:51 +0800)
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>
arch/loongarch/kernel/switch.S

index 31dd8199b2453508f746db2ba40f997464f4c207..9c23cb7e432f1fab1f89d26ed377ac01ebddbf3a 100644 (file)
@@ -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)