From: David Rientjes Date: Tue, 5 May 2009 19:50:02 +0000 (-0700) Subject: x86, srat: do not register nodes beyond e820 map X-Git-Tag: v2.6.30-rc5~2^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7eccf7b227b6d3b1745b937ce35efc9c27f9b0e5;p=pandora-kernel.git x86, srat: do not register nodes beyond e820 map The mem= option will truncate the memory map at a specified address so it's not possible to register nodes with memory beyond the e820 upper bound. unparse_node() is only called when then node had memory associated with it, although with the mem= option it is no longer addressable. [ Impact: fix boot hang on certain (large) systems ] Reported-by: "Zhang, Yanmin" Signed-off-by: David Rientjes Acked-by: Jack Steiner LKML-Reference: Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed