Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 113747
b: refs/heads/master
c: 763e63c
h: refs/heads/master
i:
  113745: 47b074d
  113743: a44abd1
v: v3
  • Loading branch information
Graf Yang authored and Bryan Wu committed Oct 8, 2008
1 parent 6f1e6a3 commit 323cc02
Show file tree
Hide file tree
Showing 2 changed files with 6 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: ca87b7ad00a620f259048fdfb27dc2a5384c1e4e
refs/heads/master: 763e63c640ae799e3ce6495e71832744bffc661b
5 changes: 5 additions & 0 deletions trunk/arch/blackfin/mach-common/ints-priority.c
Original file line number Diff line number Diff line change
Expand Up @@ -243,12 +243,14 @@ int bfin_internal_set_wake(unsigned int irq, unsigned int state)
#endif

static struct irq_chip bfin_core_irqchip = {
.name = "CORE",
.ack = bfin_ack_noop,
.mask = bfin_core_mask_irq,
.unmask = bfin_core_unmask_irq,
};

static struct irq_chip bfin_internal_irqchip = {
.name = "INTN",
.ack = bfin_ack_noop,
.mask = bfin_internal_mask_irq,
.unmask = bfin_internal_unmask_irq,
Expand Down Expand Up @@ -278,6 +280,7 @@ static void bfin_generic_error_unmask_irq(unsigned int irq)
}

static struct irq_chip bfin_generic_error_irqchip = {
.name = "ERROR",
.ack = bfin_ack_noop,
.mask_ack = bfin_generic_error_mask_irq,
.mask = bfin_generic_error_mask_irq,
Expand Down Expand Up @@ -495,6 +498,7 @@ int bfin_gpio_set_wake(unsigned int irq, unsigned int state)
#endif

static struct irq_chip bfin_gpio_irqchip = {
.name = "GPIO",
.ack = bfin_gpio_ack_irq,
.mask = bfin_gpio_mask_irq,
.mask_ack = bfin_gpio_mask_ack_irq,
Expand Down Expand Up @@ -884,6 +888,7 @@ void bfin_pm_restore(void)
#endif

static struct irq_chip bfin_gpio_irqchip = {
.name = "GPIO",
.ack = bfin_gpio_ack_irq,
.mask = bfin_gpio_mask_irq,
.mask_ack = bfin_gpio_mask_ack_irq,
Expand Down

0 comments on commit 323cc02

Please sign in to comment.