Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c8c20f9c authored by Greentime Hu's avatar Greentime Hu
Browse files

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: default avatarNick Chun-Ming Hu <nickhu@andestech.com>
Signed-off-by: default avatarGreentime Hu <greentime@andestech.com>
Acked-by: default avatarArnd Bergmann <arnd@arndb.de>
parent bb912671
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)