]> git.karo-electronics.de Git - mv-sheeva.git/commit
[PATCH] Fix missing pfn variables caused by vm changes
authorBen Collins <bcollins@debian.org>
Tue, 29 Nov 2005 19:45:26 +0000 (11:45 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Tue, 29 Nov 2005 20:57:17 +0000 (12:57 -0800)
commiteca351336acb2fa943611e0846562ce3997ef53b
tree9b7b022d7b2d5f2f23bc979fa8bf5c1e418456bd
parentd70aa5e4b54aa7e704c886838715ac8a45d5750f
[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 <torvalds@osdl.org>
mm/memory.c
mm/rmap.c