From: Nick Piggin Date: Wed, 11 Oct 2006 08:21:30 +0000 (-0700) Subject: [PATCH] mm: arch_free_page fix X-Git-Tag: v2.6.19-rc2~99 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dafb13673c463bc2aade4a4819704dde0f5fa37f;p=pandora-kernel.git [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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed