]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] mm: xip_unmap ZERO_PAGE fix
authorHugh Dickins <hugh@veritas.com>
Sun, 30 Oct 2005 01:16:31 +0000 (18:16 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Sun, 30 Oct 2005 04:40:41 +0000 (21:40 -0700)
commitef4a35ba9edaa167142992aa5ce006ea13387b40
tree9d651e9e62b6ead325fc6bd872f3a6232d85e8a3
parentf5c7333454b7091b430c6377951bbb8dcecd8e3d
[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 <hugh@veritas.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
mm/filemap_xip.c