Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64117
b: refs/heads/master
c: 352b0ef
h: refs/heads/master
i:
  64115: c1eb981
v: v3
  • Loading branch information
Mike Habeck authored and Tony Luck committed Aug 13, 2007
1 parent c93913f commit 4a68feb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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: 709ae9309102875f9798349b64849b6743e25193
refs/heads/master: 352b0ef50d98049bf022a31eaf2272f52e2f5219
5 changes: 4 additions & 1 deletion trunk/arch/ia64/sn/kernel/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,10 @@ sn_call_force_intr_provider(struct sn_irq_info *sn_irq_info)
struct sn_pcibus_provider *pci_provider;

pci_provider = sn_pci_provider[sn_irq_info->irq_bridge_type];
if (pci_provider && pci_provider->force_interrupt)

/* Don't force an interrupt if the irq has been disabled */
if (!(irq_desc[sn_irq_info->irq_irq].status & IRQ_DISABLED) &&
pci_provider && pci_provider->force_interrupt)
(*pci_provider->force_interrupt)(sn_irq_info);
}

Expand Down

0 comments on commit 4a68feb

Please sign in to comment.