Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 168721
b: refs/heads/master
c: 648f153
h: refs/heads/master
i:
  168719: ecfaec2
v: v3
  • Loading branch information
Thomas Gleixner authored and Paul Mundt committed Nov 18, 2009
1 parent 83dde2e commit 0b299c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 68fb2e499b054bf8359965422fffac70eff56004
refs/heads/master: 648f15345add88a7eea724365fe1217a8d8a1e16
2 changes: 1 addition & 1 deletion trunk/arch/sh/kernel/cpu/irq/imask.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ static void unmask_imask_irq(unsigned int irq)
}

static struct irq_chip imask_irq_chip = {
.typename = "SR.IMASK",
.name = "SR.IMASK",
.mask = mask_imask_irq,
.unmask = unmask_imask_irq,
.mask_ack = mask_imask_irq,
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/sh/kernel/cpu/irq/intc-sh5.c
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ static void mask_and_ack_intc(unsigned int);
static void end_intc_irq(unsigned int irq);

static struct irq_chip intc_irq_type = {
.typename = "INTC",
.name = "INTC",
.startup = startup_intc_irq,
.shutdown = shutdown_intc_irq,
.enable = enable_intc_irq,
Expand Down

0 comments on commit 0b299c3

Please sign in to comment.