From: Ralf Baechle Date: Wed, 11 Jan 2012 14:37:16 +0000 (+0100) Subject: MIPS: Set default pci cache line size. X-Git-Tag: v3.3-rc1~65^2^7~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c539ef7d355219c7b0e16cc302bf179fcad936b3;p=pandora-kernel.git 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 Patchwork: https://patchwork.linux-mips.org/patch/2982/ --- Reading git-diff-tree failed