From: Paul Burton Date: Mon, 3 Mar 2014 12:08:40 +0000 (+0000) Subject: MIPS: add kmap_noncoherent to wire a cached non-coherent TLB entry X-Git-Tag: omap-for-v3.16/fixes-against-rc1~78^2~67^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2a9e5ad719fb424ab3c30520733aa0e8fbcf1ce;p=pandora-kernel.git MIPS: add kmap_noncoherent to wire a cached non-coherent TLB entry This is identical to kmap_coherent apart from the cache coherency attribute used for the TLB entry, so kmap_coherent is abstracted to kmap_prot which is then called for both kmap_coherent & kmap_noncoherent. This will be used by a subsequent patch. Suggested-by: Leonid Yegoshin Signed-off-by: Paul Burton --- Reading git-diff-tree failed