Hi all, I noticed mips defines an ioremap_uncached_accelerated in arch/mips/include/asm/io.h, not reuse the name of "ioremap_wc", what is the difference? Some drivers use ioremap_wc, e.g. ttm_bo_ioremap() in drivers/gpu/drm/ttm/ttm_bo_util.c, I wonder whether these ioremap_wc invocations can be replaced with "ioremap_uncached_accelerated"? Regards, -- Chen Jie