commit | a9ce6bc15100023b411f8117e53a016d61889800 | [log] [tgz] |
---|---|---|
author | Yinghai Lu <yinghai@kernel.org> | Wed Aug 25 13:39:17 2010 -0700 |
committer | H. Peter Anvin <hpa@zytor.com> | Fri Aug 27 11:13:47 2010 -0700 |
tree | c9cb1468fde867fd9bfeb0cb33ffe994b0720aaa | |
parent | 72d7c3b33c980843e756681fb4867dc1efd62a76 [diff] |
x86, memblock: Replace e820_/_early string with memblock_ 1.include linux/memblock.h directly. so later could reduce e820.h reference. 2 this patch is done by sed scripts mainly -v2: use MEMBLOCK_ERROR instead of -1ULL or -1UL Signed-off-by: Yinghai Lu <yinghai@kernel.org> Signed-off-by: H. Peter Anvin <hpa@zytor.com>