From: Ralf Baechle Date: Sat, 16 Feb 2008 22:34:25 +0000 (+0000) Subject: [MIPS] Fix buggy invocations of kmap_coherent() X-Git-Tag: v2.6.25-rc3~110^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a74b3eb22f2d67a5681301f52aca5b7703382c8;p=pandora-kernel.git [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 --- Reading git-diff-tree failed