From: Tejun Heo Date: Fri, 20 Feb 2009 07:29:07 +0000 (+0900) Subject: vmalloc: call flush_cache_vunmap() from unmap_kernel_range() X-Git-Tag: v2.6.30-rc1~2^2~50^2~19^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=734269521e320ad14ed39ae9b64d482b9028dcd2;p=pandora-kernel.git vmalloc: call flush_cache_vunmap() from unmap_kernel_range() Impact: proper vcache flush on unmap_kernel_range() flush_cache_vunmap() should be called before pages are unmapped. Add a call to it in unmap_kernel_range(). Signed-off-by: Tejun Heo --- Reading git-diff-tree failed