Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 6651
b: refs/heads/master
c: 89963d1
h: refs/heads/master
i:
  6649: b7c89dd
  6647: 0717c0b
v: v3
  • Loading branch information
Mark Maule authored and Tony Luck committed Aug 11, 2005
1 parent 71ceccb commit 2c0a0dd
Show file tree
Hide file tree
Showing 3 changed files with 3 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: 674c6479b7bdc78528ea83dd43897e3161558b8b
refs/heads/master: 89963d16dc50a5d91ed09914a1232d59e6461fd6
2 changes: 1 addition & 1 deletion trunk/arch/ia64/sn/pci/pcibr/pcibr_provider.c
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ pcibr_bus_fixup(struct pcibus_bussoft *prom_bussoft, struct pci_controller *cont
/*
* register the bridge's error interrupt handler
*/
if (request_irq(SGI_PCIBR_ERROR, (void *)pcibr_error_intr_handler,
if (request_irq(SGI_PCIASIC_ERROR, (void *)pcibr_error_intr_handler,
SA_SHIRQ, "PCIBR error", (void *)(soft))) {
printk(KERN_WARNING
"pcibr cannot allocate interrupt for error handler\n");
Expand Down
3 changes: 1 addition & 2 deletions trunk/include/asm-ia64/sn/intr.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,12 @@
#include <linux/rcupdate.h>

#define SGI_UART_VECTOR (0xe9)
#define SGI_PCIBR_ERROR (0x33)

/* Reserved IRQs : Note, not to exceed IA64_SN2_FIRST_DEVICE_VECTOR */
#define SGI_XPC_ACTIVATE (0x30)
#define SGI_II_ERROR (0x31)
#define SGI_XBOW_ERROR (0x32)
#define SGI_PCIBR_ERROR (0x33)
#define SGI_PCIASIC_ERROR (0x33)
#define SGI_ACPI_SCI_INT (0x34)
#define SGI_TIOCA_ERROR (0x35)
#define SGI_TIO_ERROR (0x36)
Expand Down

0 comments on commit 2c0a0dd

Please sign in to comment.