commit | 67b02f119df50ffad5a4e9e53ea4c896535862cd | [log] [tgz] |
---|---|---|
author | Hugh Dickins <hugh@veritas.com> | Sat Oct 29 18:16:31 2005 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Sat Oct 29 21:40:41 2005 -0700 |
tree | 9d651e9e62b6ead325fc6bd872f3a6232d85e8a3 | |
parent | 508034a32b819a2d40aa7ac0dbc8cd2e044c2de6 [diff] |
[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>