mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-11-27 01:11:31 +00:00
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: Nick Chun-Ming Hu <nickhu@andestech.com> Signed-off-by: Greentime Hu <greentime@andestech.com> Acked-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
parent
bb912671e3
commit
c8c20f9c16
1 changed files with 1 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ common_exception_handler:
|
||||||
/* interrupt */
|
/* interrupt */
|
||||||
2:
|
2:
|
||||||
#ifdef CONFIG_TRACE_IRQFLAGS
|
#ifdef CONFIG_TRACE_IRQFLAGS
|
||||||
jal arch_trace_hardirqs_off
|
jal trace_hardirqs_off
|
||||||
#endif
|
#endif
|
||||||
move $r0, $sp
|
move $r0, $sp
|
||||||
sethi $lp, hi20(ret_from_intr)
|
sethi $lp, hi20(ret_from_intr)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue