From: Tejun Heo Date: Fri, 20 Feb 2009 23:38:48 +0000 (-0800) Subject: vmalloc: call flush_cache_vunmap() from unmap_kernel_range() X-Git-Tag: v2.6.29-rc6~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6fcba7014f9cc535fa75ef98c008b24e49e2212;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 Acked-by: Nick Piggin Acked-by: David S. Miller Cc: [2.6.28.x] Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed