From: Adam Lackorzynski Date: Sun, 4 Jan 2009 20:00:46 +0000 (-0800) Subject: vmalloc.c: fix flushing in vmap_page_range() X-Git-Tag: v2.6.29-rc1~519 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e4e27c7d082b2198b63041310609d7191185a9d;p=pandora-kernel.git vmalloc.c: fix flushing in vmap_page_range() The flush_cache_vmap in vmap_page_range() is called with the end of the range twice. The following patch fixes this for me. Signed-off-by: Adam Lackorzynski Cc: Nick Piggin Cc: Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed