From: Ben Collins Date: Tue, 29 Nov 2005 19:45:26 +0000 (-0800) Subject: [PATCH] Fix missing pfn variables caused by vm changes X-Git-Tag: v2.6.15-rc4~4^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eca351336acb2fa943611e0846562ce3997ef53b;p=pandora-kernel.git [PATCH] Fix missing pfn variables caused by vm changes I image this showed up because of "unused var..." when the changes occured, because flush_cache_page() is a noop in most places. This showed up for me on parisc however, where flush_cache_page() is a real function. Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed