Skip to content

Commit

Permalink
[PATCH] m68knommu: remove local_bh_count
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Greg Ungerer authored and Linus Torvalds committed Mar 7, 2007
1 parent 1ed35e0 commit 5d6deb9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/m68knommu/platform/5307/ints.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ static irq_node_t nodes[NUM_IRQ_NODES];
/* The number of spurious interrupts */
volatile unsigned int num_spurious;

unsigned int local_bh_count[NR_CPUS];
unsigned int local_irq_count[NR_CPUS];

static irqreturn_t default_irq_handler(int irq, void *ptr)
Expand Down

0 comments on commit 5d6deb9

Please sign in to comment.