diff options
-rw-r--r-- | mm/memblock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/memblock.c b/mm/memblock.c index a0562d1a6ad4..87e512dc8018 100644 --- a/mm/memblock.c +++ b/mm/memblock.c | |||
@@ -612,7 +612,7 @@ phys_addr_t __init memblock_alloc_try_nid(phys_addr_t size, phys_addr_t align, i | |||
612 | 612 | ||
613 | if (res) | 613 | if (res) |
614 | return res; | 614 | return res; |
615 | return memblock_alloc_base(size, align, MEMBLOCK_ALLOC_ANYWHERE); | 615 | return memblock_alloc_base(size, align, MEMBLOCK_ALLOC_ACCESSIBLE); |
616 | } | 616 | } |
617 | 617 | ||
618 | 618 | ||