commit | 9a74b3eb22f2d67a5681301f52aca5b7703382c8 | [log] [tgz] |
---|---|---|
author | Ralf Baechle <ralf@linux-mips.org> | Sat Feb 16 22:34:25 2008 +0000 |
committer | Ralf Baechle <ralf@linux-mips.org> | Tue Feb 19 17:01:31 2008 +0000 |
tree | 3ef7b8713edfccc96ad1ce57a431828656d92d82 | |
parent | c42d95d6c49ce9c678a9d10aeb3f526c850d66dc [diff] |
[MIPS] Fix buggy invocations of kmap_coherent() kmap_coherent will only work correctly if the page it is called on is not marked dirty. If it's dirty the kernel address of the page should be used instead of a temporary mapping. Signed-off-by: Ralf Baechle <ralf@linux-mips.org>