[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20210515074413.GA81426@gmail.com>
Date: Sat, 15 May 2021 09:44:13 +0200
From: Ingo Molnar <mingo@...nel.org>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, Thomas Gleixner <tglx@...utronix.de>,
Peter Zijlstra <a.p.zijlstra@...llo.nl>,
Andrew Morton <akpm@...ux-foundation.org>,
Borislav Petkov <bp@...en8.de>
Subject: [GIT PULL] IRQ fix
Linus,
Please pull the latest irq/urgent git tree from:
git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git irq-urgent-2021-05-15
# HEAD: 0d3ae948741ac6d80e39ab27b45297367ee477de sh: Remove unused variable
Fix build warning on SH.
Thanks,
Ingo
------------------>
Eric Dumazet (1):
sh: Remove unused variable
arch/sh/kernel/traps.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/sh/kernel/traps.c b/arch/sh/kernel/traps.c
index f5beecdac693..e76b22157099 100644
--- a/arch/sh/kernel/traps.c
+++ b/arch/sh/kernel/traps.c
@@ -180,7 +180,6 @@ static inline void arch_ftrace_nmi_exit(void) { }
BUILD_TRAP_HANDLER(nmi)
{
- unsigned int cpu = smp_processor_id();
TRAP_HANDLER_DECL;
arch_ftrace_nmi_enter();
Powered by blists - more mailing lists