Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 169975
b: refs/heads/master
c: 6dbfe5a
h: refs/heads/master
i:
  169973: f277b98
  169971: 1eefb97
  169967: ba439ae
v: v3
  • Loading branch information
Thomas Gleixner committed Nov 18, 2009
1 parent 763980b commit 20db373
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 05d86412eab6a18cf57697474cc4f8fbfcd6936f
refs/heads/master: 6dbfe5a57db3564adf7b2a65068e40f1b4a0d2db
6 changes: 3 additions & 3 deletions trunk/arch/x86/kernel/visws_quirks.c
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ static void end_cobalt_irq(unsigned int irq)
}

static struct irq_chip cobalt_irq_type = {
.typename = "Cobalt-APIC",
.name = "Cobalt-APIC",
.startup = startup_cobalt_irq,
.shutdown = disable_cobalt_irq,
.enable = enable_cobalt_irq,
Expand Down Expand Up @@ -523,15 +523,15 @@ static void end_piix4_master_irq(unsigned int irq)
}

static struct irq_chip piix4_master_irq_type = {
.typename = "PIIX4-master",
.name = "PIIX4-master",
.startup = startup_piix4_master_irq,
.ack = ack_cobalt_irq,
.end = end_piix4_master_irq,
};


static struct irq_chip piix4_virtual_irq_type = {
.typename = "PIIX4-virtual",
.name = "PIIX4-virtual",
.shutdown = disable_8259A_irq,
.enable = enable_8259A_irq,
.disable = disable_8259A_irq,
Expand Down

0 comments on commit 20db373

Please sign in to comment.