commit | a5645a61b3b7e7d7de15e1a642ead600150ce94d | [log] [tgz] |
---|---|---|
author | Yinghai Lu <yhlu.kernel@gmail.com> | Tue Mar 18 12:49:12 2008 -0700 |
committer | Ingo Molnar <mingo@elte.hu> | Sat Apr 26 22:51:08 2008 +0200 |
tree | 76fad06bc64a00b71821a9df63c474ea5341eab2 | |
parent | 9a2dc04cf070ee98e014a172695782ff42015fc4 [diff] |
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 <yhlu.kernel@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>