]> git.karo-electronics.de Git - karo-tx-linux.git/commit
MIPS: Set default pci cache line size.
authorRalf Baechle <ralf@linux-mips.org>
Tue, 15 Nov 2011 19:54:38 +0000 (19:54 +0000)
committerRalf Baechle <ralf@linux-mips.org>
Fri, 18 Nov 2011 18:27:47 +0000 (18:27 +0000)
commite6fbf8ccc130295f374d771b54ef7b3b729a070c
tree951459fd5ceab7508e03d1668e1f1d4b3eb5514d
parent65259cc2aa62659351d1898e805aa6054078223f
MIPS: Set default pci cache line size.

On MIPS the generic PCI code has always defaulted to L1_CACHE_BYTES
because the architecutre PCI code did not provide a better default.
In particular on systems with S-caches or T-caches this was suboptimal.

Provide a better default by setting pci_dfl_cache_line_size based on
the size of the line size of the lowest level of the cache hierarchy.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Patchwork: https://patchwork.linux-mips.org/patch/2982/
arch/mips/pci/pci.c