memblock: Export MEMBLOCK_ERROR

will used by x86 memblock_x86_find_in_range_node and nobootmem replacement

Signed-off-by: Yinghai Lu <yinghai@kernel.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
This commit is contained in:
Yinghai Lu
2010-07-28 15:20:58 +10:00
committed by Benjamin Herrenschmidt
parent ea9e4376bb
commit 37d8d4bf48
2 changed files with 2 additions and 3 deletions

View File

@@ -18,7 +18,8 @@
#include <asm/memblock.h>
#define INIT_MEMBLOCK_REGIONS 128
#define INIT_MEMBLOCK_REGIONS 128
#define MEMBLOCK_ERROR (~(phys_addr_t)0)
struct memblock_region {
phys_addr_t base;