memblock: Expose MEMBLOCK_ALLOC_ANYWHERE
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
This commit is contained in:
@@ -625,7 +625,7 @@ static void __init htab_initialize(void)
|
||||
if (machine_is(cell))
|
||||
limit = 0x80000000;
|
||||
else
|
||||
limit = 0;
|
||||
limit = MEMBLOCK_ALLOC_ANYWHERE;
|
||||
|
||||
table = memblock_alloc_base(htab_size_bytes, htab_size_bytes, limit);
|
||||
|
||||
|
Reference in New Issue
Block a user