Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

MIPS: DMA: Explain the lack of special handling for R14000/R16000.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

+5
+5
arch/mips/mm/dma-default.c
··· 61 61 * Warning on the terminology - Linux calls an uncached area coherent; 62 62 * MIPS terminology calls memory areas with hardware maintained coherency 63 63 * coherent. 64 + * 65 + * Note that the R14000 and R16000 should also be checked for in this 66 + * condition. However this function is only called on non-I/O-coherent 67 + * systems and only the R10000 and R12000 are used in such systems, the 68 + * SGI IP28 Indigo² rsp. SGI IP32 aka O2. 64 69 */ 65 70 static inline int cpu_needs_post_dma_flush(struct device *dev) 66 71 {