Re: [PATCH 2/2] mips: mm: Discard ioremap_uncached_accelerated() method

From: Christoph Hellwig
Date: Wed Jul 11 2018 - 02:56:43 EST


> + * This is a MIPS specific ioremap variant. ioremap_cacheable_cow
> + * requests a cachable mapping with CWB attribute enabled.
> */
> #define ioremap_cacheable_cow(offset, size) \
> __ioremap_mode((offset), (size), _CACHE_CACHABLE_COW)

This isn't actually used anywhere in the kernel tree. Please remove it
as well.