Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 39283
b: refs/heads/master
c: c37e108
h: refs/heads/master
i:
  39281: ada11d4
  39279: 51a8bb3
v: v3
  • Loading branch information
Aneesh Kumar K.V authored and Linus Torvalds committed Oct 11, 2006
1 parent 5e539f8 commit 181670b
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: 1db11ea65eaf1e7f6a70805fe52bc0aef53f68ef
refs/heads/master: c37e108d156101dcde7ec7033eabe7abe83366bc
2 changes: 1 addition & 1 deletion trunk/arch/i386/kernel/io_apic.c
Original file line number Diff line number Diff line change
Expand Up @@ -2594,7 +2594,7 @@ static void set_ht_irq_affinity(unsigned int irq, cpumask_t mask)
}
#endif

static struct hw_interrupt_type ht_irq_chip = {
static struct irq_chip ht_irq_chip = {
.name = "PCI-HT",
.mask = mask_ht_irq,
.unmask = unmask_ht_irq,
Expand Down
2 changes: 1 addition & 1 deletion trunk/arch/x86_64/kernel/io_apic.c
Original file line number Diff line number Diff line change
Expand Up @@ -1897,7 +1897,7 @@ static void set_ht_irq_affinity(unsigned int irq, cpumask_t mask)
}
#endif

static struct hw_interrupt_type ht_irq_chip = {
static struct irq_chip ht_irq_chip = {
.name = "PCI-HT",
.mask = mask_ht_irq,
.unmask = unmask_ht_irq,
Expand Down

0 comments on commit 181670b

Please sign in to comment.