aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorHuacai Chen <chenhuacai@loongson.cn>2025-01-25 18:51:42 +0800
committerHuacai Chen <chenhuacai@loongson.cn>2025-01-25 18:51:42 +0800
commit613d4164f5a5032716f79106f48a59286c7b1c24 (patch)
tree259b34b6021546c4e429d3824b085a1ae22d8a9b
parentLoongArch: Correct the cacheinfo sharing information (diff)
downloadwireguard-linux-613d4164f5a5032716f79106f48a59286c7b1c24.tar.xz
wireguard-linux-613d4164f5a5032716f79106f48a59286c7b1c24.zip
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>
-rw-r--r--arch/loongarch/kernel/switch.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/loongarch/kernel/switch.S b/arch/loongarch/kernel/switch.S
index 31dd8199b245..9c23cb7e432f 100644
--- a/arch/loongarch/kernel/switch.S
+++ b/arch/loongarch/kernel/switch.S
@@ -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)