commit | dafb13673c463bc2aade4a4819704dde0f5fa37f | [log] [tgz] |
---|---|---|
author | Nick Piggin <npiggin@suse.de> | Wed Oct 11 01:21:30 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Wed Oct 11 11:14:19 2006 -0700 |
tree | 4944daaa4ca8e9d988e4357ae902fda6ea531d28 | |
parent | 699397499742d1245ea5d677a08fa265df666d2d [diff] |
[PATCH] mm: arch_free_page fix After the PG_reserved check was added, arch_free_page was being called in the wrong place (it could be called for a page we don't actually want to free). Fix that. Signed-off-by: Nick Piggin <npiggin@suse.de> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>