aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorMark Maule <maule@sgi.com>2005-08-03 17:06:00 -0400
committerTony Luck <tony.luck@intel.com>2005-08-11 18:36:00 -0400
commit89963d16dc50a5d91ed09914a1232d59e6461fd6 (patch)
treeb1bbba93f06088b2f1e35bafced3d3bcff69f995 /arch
parent674c6479b7bdc78528ea83dd43897e3161558b8b (diff)
[IA64-SGI] altix: cosmetic rename of SGI_PCIBR_ERROR
Cosmetic altix patch to rename SGI_PCIBR_ERROR to something more generic and remove a duplicate #define. Signed-off-by: Mark Maule <maule@sgi.com> Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch')
-rw-r--r--arch/ia64/sn/pci/pcibr/pcibr_provider.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/sn/pci/pcibr/pcibr_provider.c b/arch/ia64/sn/pci/pcibr/pcibr_provider.c
index dfaf01e5be80..f8cfe8acdc3c 100644
--- a/arch/ia64/sn/pci/pcibr/pcibr_provider.c
+++ b/arch/ia64/sn/pci/pcibr/pcibr_provider.c
@@ -115,7 +115,7 @@ pcibr_bus_fixup(struct pcibus_bussoft *prom_bussoft, struct pci_controller *cont
115 /* 115 /*
116 * register the bridge's error interrupt handler 116 * register the bridge's error interrupt handler
117 */ 117 */
118 if (request_irq(SGI_PCIBR_ERROR, (void *)pcibr_error_intr_handler, 118 if (request_irq(SGI_PCIASIC_ERROR, (void *)pcibr_error_intr_handler,
119 SA_SHIRQ, "PCIBR error", (void *)(soft))) { 119 SA_SHIRQ, "PCIBR error", (void *)(soft))) {
120 printk(KERN_WARNING 120 printk(KERN_WARNING
121 "pcibr cannot allocate interrupt for error handler\n"); 121 "pcibr cannot allocate interrupt for error handler\n");