projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bb91267
)
nds32: Fix build failed because arch_trace_hardirqs_off is changed to trace_hardirqs_off.
author
Greentime Hu
<greentime@andestech.com>
Thu, 19 Apr 2018 08:04:36 +0000
(16:04 +0800)
committer
Greentime Hu
<greentime@andestech.com>
Wed, 23 May 2018 05:26:21 +0000
(13:26 +0800)
It broke the 'allmodconfig' build when CONFIG_TRACE_IRQFLAGS is enabled.
Signed-off-by: Nick Chun-Ming Hu <nickhu@andestech.com>
Signed-off-by: Greentime Hu <greentime@andestech.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
arch/nds32/kernel/ex-entry.S
patch
|
blob
|
history
diff --git
a/arch/nds32/kernel/ex-entry.S
b/arch/nds32/kernel/ex-entry.S
index
a72e83d
..
b8ae4e9
100644
(file)
--- a/
arch/nds32/kernel/ex-entry.S
+++ b/
arch/nds32/kernel/ex-entry.S
@@
-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)