Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 212710
b: refs/heads/master
c: 918fe8d
h: refs/heads/master
v: v3
  • Loading branch information
Benjamin Herrenschmidt committed Aug 5, 2010
1 parent 906c4fa commit efcbe9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9d1e24928e6a0728d1c7c76818ccbd11b93e7ac9
refs/heads/master: 918fe8d60331f679519ab8239a7232272126da9e
2 changes: 1 addition & 1 deletion trunk/mm/memblock.c
Original file line number Diff line number Diff line change
Expand Up @@ -546,7 +546,7 @@ phys_addr_t __init memblock_alloc_try_nid(phys_addr_t size, phys_addr_t align, i

if (res)
return res;
return memblock_alloc(size, align);
return memblock_alloc_base(size, align, MEMBLOCK_ALLOC_ANYWHERE);
}


Expand Down

0 comments on commit efcbe9b

Please sign in to comment.