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

[PATCH] m68knommu: remove local_bh_count

Remove un-used/un-referenced local_bh_count.

Signed-off-by: Greg Ungerer <gerg@uclinux.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by

Greg Ungerer and committed by
Linus Torvalds
5d6deb94 1ed35e0d

-1
-1
arch/m68knommu/platform/5307/ints.c
··· 42 42 /* The number of spurious interrupts */ 43 43 volatile unsigned int num_spurious; 44 44 45 - unsigned int local_bh_count[NR_CPUS]; 46 45 unsigned int local_irq_count[NR_CPUS]; 47 46 48 47 static irqreturn_t default_irq_handler(int irq, void *ptr)