]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: SNI: Fix MIPS_L1_CACHE_SHIFT
authorThomas Bogendoerfer <tsbogend@alpha.franken.de>
Mon, 14 Sep 2020 16:05:00 +0000 (18:05 +0200)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Tue, 15 Sep 2020 08:40:29 +0000 (10:40 +0200)
commit9f60ab25f0e644381a2d585bc5b6afe5afb51ef5
tree1c8500388f9aada05ebd9958f2b26b30c72b132f
parentc5590f75d5053d14ddea84ee73a0178fb6884259
MIPS: SNI: Fix MIPS_L1_CACHE_SHIFT

Commit 72415858735b ("MIPS: introduce MIPS_L1_CACHE_SHIFT_<N>") forgot
to select the correct MIPS_L1_CACHE_SHIFT for SNI RM. This breaks non
coherent DMA because of a wrong allocation alignment.

Fixes: 72415858735b ("MIPS: introduce MIPS_L1_CACHE_SHIFT_<N>")
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/Kconfig