From: Markos Chandras Date: Fri, 18 Jul 2014 09:51:33 +0000 (+0100) Subject: MIPS: pgtable.h: Implement the pgprot_writecombine function for MIPS X-Git-Tag: fixes-against-v3.18-rc2~43^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b050ba7a66c3ff26cc329ea4db0e9fb2d66a064;p=pandora-kernel.git MIPS: pgtable.h: Implement the pgprot_writecombine function for MIPS Previously, the pgprot_writecombine function was simply defined as pgprot_uncached in include/asm-generic/pgtable.h. This is not optimal for cores that can actually do write-combine memory writes so define this function to take into account the core's cache coherency attribute to achieve such behavior. Signed-off-by: Markos Chandras Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/7403/ Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed