[SPARC64]: Fix IRQ retry interval timer value on sparc64 PCI controllers.
Use '5' instead of 'infinity'. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -1936,9 +1936,7 @@ static void __init schizo_pbm_hw_init(struct pci_pbm_info *pbm)
|
||||
{
|
||||
u64 tmp;
|
||||
|
||||
/* Set IRQ retry to infinity. */
|
||||
schizo_write(pbm->pbm_regs + SCHIZO_PCI_IRQ_RETRY,
|
||||
SCHIZO_IRQ_RETRY_INF);
|
||||
schizo_write(pbm->pbm_regs + SCHIZO_PCI_IRQ_RETRY, 5);
|
||||
|
||||
tmp = schizo_read(pbm->pbm_regs + SCHIZO_PCI_CTRL);
|
||||
|
||||
|
Reference in New Issue
Block a user