| commit | 8e7c5900853c4f858d6e87f5f7b15023c8e0886e | [log] [tgz] |
|---|---|---|
| author | Yinghai Lu <yinghai@kernel.org> | Wed Dec 19 20:00:43 2012 -0800 |
| committer | Yinghai Lu <yinghai@kernel.org> | Wed Dec 19 20:00:43 2012 -0800 |
| tree | 6ab32e3844d5fea9b47f46d1fd31c1223f3e25b3 | |
| parent | 5f7859ea6a51f71edeacb7f22a10fa8f74eab12f [diff] |
x86: Merge early kernel reserve for 32bit and 64bit They are the same, could move them out from head32/64.c to setup.c. We are using memblock, and it could handle overlapping properly, so we don't need to reserve some at first to hold the location, and just need to make sure we reserve them before we are using memblock to find free mem to use. Signed-off-by: Yinghai Lu <yinghai@kernel.org>