Files
linux/arch/sh/kernel
Eric Dumazet 0d3ae94874 sh: Remove unused variable
Removes this annoying warning:

arch/sh/kernel/traps.c: In function ‘nmi_trap_handler’:
arch/sh/kernel/traps.c:183:15: warning: unused variable ‘cpu’ [-Wunused-variable]
  183 |  unsigned int cpu = smp_processor_id();

Fixes: fe3f1d5d7c ("sh: Get rid of nmi_count()")
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Cc: stable@vger.kernel.org
Link: https://lore.kernel.org/r/20210414170517.1205430-1-eric.dumazet@gmail.com
2021-05-10 23:23:04 +02:00
..
2021-01-06 19:55:27 -05:00
2020-09-13 21:22:55 -04:00
2018-12-28 12:11:45 -08:00
2020-08-14 22:05:13 -04:00
2020-06-01 14:48:52 -04:00
2021-04-22 13:32:39 +01:00
2020-06-01 14:48:52 -04:00
2020-09-13 21:22:55 -04:00
2020-06-01 14:48:52 -04:00
2018-12-28 12:11:45 -08:00
2019-03-05 21:07:13 -08:00
2021-05-10 23:23:04 +02:00