From: Yinghai Lu Date: Tue, 18 Mar 2008 19:49:12 +0000 (-0700) Subject: mm: allow reserve_bootmem() cross nodes X-Git-Tag: v2.6.26-rc1~1035^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5645a61b3b7e7d7de15e1a642ead600150ce94d;p=pandora-kernel.git mm: allow reserve_bootmem() cross nodes split reserve_bootmem_core() into two functions, one which checks conflicts, and one which sets the bits. and make reserve_bootmem to loop bdata_list to cross the nodes. user could be crashkernel and ramdisk..., in case the range provided by those externalities crosses the nodes. Signed-off-by: Yinghai Lu Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed