x86, memblock: Replace e820_/_early string with memblock_
authorYinghai Lu <yinghai@kernel.org>
Wed, 25 Aug 2010 20:39:17 +0000 (13:39 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Fri, 27 Aug 2010 18:13:47 +0000 (11:13 -0700)
commita9ce6bc15100023b411f8117e53a016d61889800
treec9cb1468fde867fd9bfeb0cb33ffe994b0720aaa
parent72d7c3b33c980843e756681fb4867dc1efd62a76
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>
20 files changed:
arch/x86/include/asm/efi.h
arch/x86/kernel/acpi/sleep.c
arch/x86/kernel/apic/numaq_32.c
arch/x86/kernel/efi.c
arch/x86/kernel/head32.c
arch/x86/kernel/head64.c
arch/x86/kernel/setup.c
arch/x86/kernel/trampoline.c
arch/x86/mm/init.c
arch/x86/mm/init_32.c
arch/x86/mm/init_64.c
arch/x86/mm/k8topology_64.c
arch/x86/mm/memtest.c
arch/x86/mm/numa_32.c
arch/x86/mm/numa_64.c
arch/x86/mm/srat_32.c
arch/x86/mm/srat_64.c
arch/x86/xen/mmu.c
arch/x86/xen/setup.c
mm/bootmem.c