diff options
author | 2025-01-25 18:51:42 +0800 | |
---|---|---|
committer | 2025-01-25 18:51:42 +0800 | |
commit | 613d4164f5a5032716f79106f48a59286c7b1c24 (patch) | |
tree | 259b34b6021546c4e429d3824b085a1ae22d8a9b | |
parent | LoongArch: Correct the cacheinfo sharing information (diff) | |
download | wireguard-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.S | 2 |
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) |