projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b62a030
)
LoongArch: Correct the __switch_to() prototype in comments
author
Huacai Chen
<chenhuacai@loongson.cn>
Sat, 25 Jan 2025 10:51:42 +0000
(18:51 +0800)
committer
Huacai 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/loongarch/kernel/switch.S
b/arch/loongarch/kernel/switch.S
index 31dd8199b2453508f746db2ba40f997464f4c207..9c23cb7e432f1fab1f89d26ed377ac01ebddbf3a 100644
(file)
--- 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)