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)
commit2a5984360b015929e62c7f77924535dfbf2b2b35
tree73523475f3fab9d2d7e0ae10342e7213de92d18f
parent75cac781dca43e735fbb4166d994263a14f0823e
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