]> git.baikalelectronics.ru Git - kernel.git/commit
MIPS: Drop CPU_SUPPORTS_UNCACHED_ACCELERATED
authorJiaxun Yang <jiaxun.yang@flygoat.com>
Thu, 7 Nov 2019 04:01:16 +0000 (12:01 +0800)
committerPaul Burton <paulburton@kernel.org>
Mon, 11 Nov 2019 18:44:57 +0000 (10:44 -0800)
commitecccfa4e748c2fba52ef783bbc78554ebfa07cf6
tree73523475f3fab9d2d7e0ae10342e7213de92d18f
parent1cff05d5e92842434c69a070f0a1a632fd61f385
MIPS: Drop CPU_SUPPORTS_UNCACHED_ACCELERATED

CPU_SUPPORTS_UNCACHED_ACCELERATED was introduced when kernel can't handle
writecombine remap well. Nowadays drivers can try writecombine remap by
themselves so this function is nolonger needed.

Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Signed-off-by: Paul Burton <paulburton@kernel.org>
Cc: linux-mips@vger.kernel.org
Cc: chenhe@lemote.com
arch/mips/Kconfig
arch/mips/include/asm/pgtable.h
arch/mips/loongson2ef/common/mem.c