Skip to content

Commit 077fc64

Browse files
committed
Merge tag 'irq-urgent-2021-05-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull irq fix from Ingo Molnar: "Fix build warning on SH" * tag 'irq-urgent-2021-05-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: sh: Remove unused variable
2 parents 91b7a0f + 0d3ae94 commit 077fc64

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/sh/kernel/traps.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ static inline void arch_ftrace_nmi_exit(void) { }
180180

181181
BUILD_TRAP_HANDLER(nmi)
182182
{
183-
unsigned int cpu = smp_processor_id();
184183
TRAP_HANDLER_DECL;
185184

186185
arch_ftrace_nmi_enter();

0 commit comments

Comments
 (0)