Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 148591
b: refs/heads/master
c: bf664c0
h: refs/heads/master
i:
  148589: 3135fe1
  148587: 4e9fdfa
  148583: 88ef39c
  148575: 9b2e52e
v: v3
  • Loading branch information
Mike Frysinger committed Jun 12, 2009
1 parent 2a47648 commit 158e17d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ce0bf52dd3f9d980889190bc6097f1756b71eb8c
refs/heads/master: bf664c0a3a42683b78d74aca2d7cfb6ccc2aa2c3
2 changes: 2 additions & 0 deletions trunk/arch/blackfin/kernel/irqchip.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,14 @@ static struct irq_chip bad_chip = {
.unmask = dummy_mask_unmask_irq,
};

static int bad_stats;
static struct irq_desc bad_irq_desc = {
.status = IRQ_DISABLED,
.chip = &bad_chip,
.handle_irq = handle_bad_irq,
.depth = 1,
.lock = __SPIN_LOCK_UNLOCKED(irq_desc->lock),
.kstat_irqs = &bad_stats,
#ifdef CONFIG_SMP
.affinity = CPU_MASK_ALL
#endif
Expand Down

0 comments on commit 158e17d

Please sign in to comment.