commit | e2a9e5ad719fb424ab3c30520733aa0e8fbcf1ce | [log] [tgz] |
---|---|---|
author | Paul Burton <paul.burton@imgtec.com> | Mon Mar 03 12:08:40 2014 +0000 |
committer | Paul Burton <paul.burton@imgtec.com> | Wed May 28 16:20:14 2014 +0100 |
tree | fdf4723703809f156461e58305a66817339c10c9 | |
parent | 76ae658465c2319a63f3814b1e1e6e0664a1f542 [diff] |
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 <leonid.yegoshin@imgtec.com> Signed-off-by: Paul Burton <paul.burton@imgtec.com>