Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

-1
-1
arch/sh/kernel/traps.c
··· 180 180 181 181 BUILD_TRAP_HANDLER(nmi) 182 182 { 183 - unsigned int cpu = smp_processor_id(); 184 183 TRAP_HANDLER_DECL; 185 184 186 185 arch_ftrace_nmi_enter();