Commit 7e0ba223 authored by James Bottomley's avatar James Bottomley

sym53c8xx driver v1: PA-RISC needs same PCI command fix as powerpc

parent d9155c2e
...@@ -13230,9 +13230,9 @@ sym53c8xx_pci_init(Scsi_Host_Template *tpnt, pcidev_t pdev, ncr_device *device) ...@@ -13230,9 +13230,9 @@ sym53c8xx_pci_init(Scsi_Host_Template *tpnt, pcidev_t pdev, ncr_device *device)
return -1; return -1;
} }
#ifdef __powerpc__ #if defined(__powerpc__) || defined(__hppa__)
/* /*
** Fix-up for power/pc. ** Fix-up for power/pc and hppa.
** Should not be performed by the driver. ** Should not be performed by the driver.
*/ */
if ((command & (PCI_COMMAND_IO | PCI_COMMAND_MEMORY)) if ((command & (PCI_COMMAND_IO | PCI_COMMAND_MEMORY))
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment