diff options
Diffstat (limited to 'mm')
-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 1802d97c7284..9de5fcdf8e28 100644 --- a/mm/memblock.c +++ b/mm/memblock.c | |||
@@ -546,7 +546,7 @@ phys_addr_t __init memblock_alloc_try_nid(phys_addr_t size, phys_addr_t align, i | |||
546 | 546 | ||
547 | if (res) | 547 | if (res) |
548 | return res; | 548 | return res; |
549 | return memblock_alloc(size, align); | 549 | return memblock_alloc_base(size, align, MEMBLOCK_ALLOC_ANYWHERE); |
550 | } | 550 | } |
551 | 551 | ||
552 | 552 | ||