From: Hugh Dickins Date: Sun, 30 Oct 2005 01:16:31 +0000 (-0700) Subject: [PATCH] mm: xip_unmap ZERO_PAGE fix X-Git-Tag: v2.6.15-rc1~730^2^2~36 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67b02f119df50ffad5a4e9e53ea4c896535862cd;p=pandora-kernel.git [PATCH] mm: xip_unmap ZERO_PAGE fix Small fix to the PageReserved patch: the mips ZERO_PAGE(address) depends on address, so __xip_unmap is wrong to initialize page with that before address is initialized; and in fact must re-evaluate it each iteration. Signed-off-by: Hugh Dickins Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed