From: Johannes Weiner Date: Thu, 24 Jul 2008 04:26:58 +0000 (-0700) Subject: mm: fix free_all_bootmem_core alignment check X-Git-Tag: v2.6.27-rc1~835 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b312c0e6e2f44b020e12953d1dd37eed60e3609;p=pandora-kernel.git mm: fix free_all_bootmem_core alignment check The check for node_boot_start is bogus because we start freeing at the corresponding pfn. So check if the pfn is properly aligned instead in a more readable way and adjust the documentation. Also remove an unneeded accounting variable. Signed-off-by: Johannes Weiner Cc: Ingo Molnar Cc: Yinghai Lu Cc: Christoph Lameter Cc: Mel Gorman Cc: Andy Whitcroft Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed