From: Amerigo Wang Date: Fri, 21 Aug 2009 08:34:45 +0000 (-0400) Subject: x86: Fix an incorrect argument of reserve_bootmem() X-Git-Tag: v2.6.32-rc1~680^2~3^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e0e1e9c5a327d4dba8490d83ef55c0564e6e8a7;p=pandora-kernel.git x86: Fix an incorrect argument of reserve_bootmem() This line looks suspicious, because if this is true, then the 'flags' parameter of function reserve_bootmem_generic() will be unused when !CONFIG_NUMA. I don't think this is what we want. Signed-off-by: WANG Cong Cc: Yinghai Lu Cc: akpm@linux-foundation.org LKML-Reference: <20090821083709.5098.52505.sendpatchset@localhost.localdomain> Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed