Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sh: pci: Disable MWI and make pci_dma_burst_advice() a bit more accur…
…ate. None of the SH PCI controllers support MWI, it is always treated as a direct memory write, so simply disable it outright. In the case of the PCI cache line size, consult that for the pci_dma_burst_advice() strategy, and switch over to PCI_DMA_BURST_MULTIPLE, as PPC64. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
- Loading branch information