提交 bf05f16a 编写于 作者: M Mao Minkai 提交者: guzitao

sw64: fix assembly style

Sunway inclusion
category: feature
bugzilla: https://gitee.com/openeuler/kernel/issues/I5XTGY

--------------------------------
Signed-off-by: NMao Minkai <maominkai@wxiat.com>
Reviewed-by: NHe Sheng <hesheng@wxiat.com>
Signed-off-by: NGu Zitao <guzitao@wxiat.com>
上级 ea43b636
...@@ -79,7 +79,7 @@ ftrace_graph_call: /* ftrace_graph_caller(); */ ...@@ -79,7 +79,7 @@ ftrace_graph_call: /* ftrace_graph_caller(); */
/* "br ftrace_graph_caller" */ /* "br ftrace_graph_caller" */
#endif #endif
mcount_end mcount_end
ret $31, ($28), 1 ret $31, ($28), 1
.end ftrace_caller .end ftrace_caller
#else /* !CONFIG_DYNAMIC_FTRACE */ #else /* !CONFIG_DYNAMIC_FTRACE */
......
...@@ -403,7 +403,7 @@ __switch_to: ...@@ -403,7 +403,7 @@ __switch_to:
stl $15, TASK_THREAD_S6($16) stl $15, TASK_THREAD_S6($16)
/* Restore context from next->thread */ /* Restore context from next->thread */
ldl $26, TASK_THREAD_RA($17) ldl $26, TASK_THREAD_RA($17)
ldl $30, TASK_THREAD_SP($17) ldl $30, TASK_THREAD_SP($17)
ldl $9, TASK_THREAD_S0($17) ldl $9, TASK_THREAD_S0($17)
ldl $10, TASK_THREAD_S1($17) ldl $10, TASK_THREAD_S1($17)
ldl $11, TASK_THREAD_S2($17) ldl $11, TASK_THREAD_S2($17)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册