From: Andy Whitcroft Date: Wed, 27 Jul 2005 18:44:02 +0000 (-0700) Subject: [PATCH] Remove bogus warning in page_alloc.c X-Git-Tag: v2.6.13-rc4~25^2~131 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12b1c5f382194d3f656e78fb5c9c8f2bfbe8ed8a;p=pandora-kernel.git [PATCH] Remove bogus warning in page_alloc.c Originally __free_pages_bulk used the relative page number within a zone to define its buddies. This meant that to maintain the "maximally aligned" requirements (that an allocation of size N will be aligned at least to N physically) zones had to also be aligned to 1< Cc: Christoph Lameter Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed