提交 c8c20f9c 编写于 作者: G Greentime Hu

nds32: Fix build failed because arch_trace_hardirqs_off is changed to trace_hardirqs_off.

It broke the 'allmodconfig' build when CONFIG_TRACE_IRQFLAGS is enabled.
Signed-off-by: NNick Chun-Ming Hu <nickhu@andestech.com>
Signed-off-by: NGreentime Hu <greentime@andestech.com>
Acked-by: NArnd Bergmann <arnd@arndb.de>
上级 bb912671
......@@ -118,7 +118,7 @@ common_exception_handler:
/* interrupt */
2:
#ifdef CONFIG_TRACE_IRQFLAGS
jal arch_trace_hardirqs_off
jal trace_hardirqs_off
#endif
move $r0, $sp
sethi $lp, hi20(ret_from_intr)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册