[PATCH] mm: arch_free_page fix
authorNick Piggin <npiggin@suse.de>
Wed, 11 Oct 2006 08:21:30 +0000 (01:21 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 11 Oct 2006 18:14:19 +0000 (11:14 -0700)
commitdafb13673c463bc2aade4a4819704dde0f5fa37f
tree4944daaa4ca8e9d988e4357ae902fda6ea531d28
parent699397499742d1245ea5d677a08fa265df666d2d
[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>
mm/page_alloc.c