Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 176905
b: refs/heads/master
c: d0608b5
h: refs/heads/master
i:
  176903: 0d0d878
v: v3
  • Loading branch information
Thomas Gleixner authored and Kyle McMartin committed Dec 16, 2009
1 parent 6515282 commit ff0176b
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 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: 217bfb5190813d97e6003f7692f8014655ffc02a
refs/heads/master: d0608b54740c82b08056b7611e38a3fd73be3564
4 changes: 2 additions & 2 deletions trunk/arch/parisc/kernel/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ static int cpu_set_affinity_irq(unsigned int irq, const struct cpumask *dest)
#endif

static struct irq_chip cpu_interrupt_type = {
.typename = "CPU",
.name = "CPU",
.startup = cpu_startup_irq,
.shutdown = cpu_disable_irq,
.enable = cpu_enable_irq,
Expand Down Expand Up @@ -192,7 +192,7 @@ int show_interrupts(struct seq_file *p, void *v)
seq_printf(p, "%10u ", kstat_irqs(i));
#endif

seq_printf(p, " %14s", irq_desc[i].chip->typename);
seq_printf(p, " %14s", irq_desc[i].chip->name);
#ifndef PARISC_IRQ_CR16_COUNTS
seq_printf(p, " %s", action->name);

Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/parisc/dino.c
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ static unsigned int dino_startup_irq(unsigned int irq)
}

static struct irq_chip dino_interrupt_type = {
.typename = "GSC-PCI",
.name = "GSC-PCI",
.startup = dino_startup_irq,
.shutdown = dino_disable_irq,
.enable = dino_enable_irq,
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/parisc/eisa.c
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ static unsigned int eisa_startup_irq(unsigned int irq)
}

static struct irq_chip eisa_interrupt_type = {
.typename = "EISA",
.name = "EISA",
.startup = eisa_startup_irq,
.shutdown = eisa_disable_irq,
.enable = eisa_enable_irq,
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/parisc/gsc.c
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ static unsigned int gsc_asic_startup_irq(unsigned int irq)
}

static struct irq_chip gsc_asic_interrupt_type = {
.typename = "GSC-ASIC",
.name = "GSC-ASIC",
.startup = gsc_asic_startup_irq,
.shutdown = gsc_asic_disable_irq,
.enable = gsc_asic_enable_irq,
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/parisc/iosapic.c
Original file line number Diff line number Diff line change
Expand Up @@ -730,7 +730,7 @@ static int iosapic_set_affinity_irq(unsigned int irq,
#endif

static struct irq_chip iosapic_interrupt_type = {
.typename = "IO-SAPIC-level",
.name = "IO-SAPIC-level",
.startup = iosapic_startup_irq,
.shutdown = iosapic_disable_irq,
.enable = iosapic_enable_irq,
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/parisc/superio.c
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ static unsigned int superio_startup_irq(unsigned int irq)
}

static struct irq_chip superio_interrupt_type = {
.typename = SUPERIO,
.name = SUPERIO,
.startup = superio_startup_irq,
.shutdown = superio_disable_irq,
.enable = superio_enable_irq,
Expand Down

0 comments on commit ff0176b

Please sign in to comment.