diff options
Diffstat (limited to 'mm/hugetlb.c')
-rw-r--r-- | mm/hugetlb.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mm/hugetlb.c b/mm/hugetlb.c index 82321da23cc3..618e98304080 100644 --- a/mm/hugetlb.c +++ b/mm/hugetlb.c | |||
@@ -1005,7 +1005,7 @@ static struct page *alloc_huge_page(struct vm_area_struct *vma, | |||
1005 | return page; | 1005 | return page; |
1006 | } | 1006 | } |
1007 | 1007 | ||
1008 | __attribute__((weak)) int alloc_bootmem_huge_page(struct hstate *h) | 1008 | int __weak alloc_bootmem_huge_page(struct hstate *h) |
1009 | { | 1009 | { |
1010 | struct huge_bootmem_page *m; | 1010 | struct huge_bootmem_page *m; |
1011 | int nr_nodes = nodes_weight(node_online_map); | 1011 | int nr_nodes = nodes_weight(node_online_map); |
@@ -1024,8 +1024,7 @@ __attribute__((weak)) int alloc_bootmem_huge_page(struct hstate *h) | |||
1024 | * puts them into the mem_map). | 1024 | * puts them into the mem_map). |
1025 | */ | 1025 | */ |
1026 | m = addr; | 1026 | m = addr; |
1027 | if (m) | 1027 | goto found; |
1028 | goto found; | ||
1029 | } | 1028 | } |
1030 | hstate_next_node(h); | 1029 | hstate_next_node(h); |
1031 | nr_nodes--; | 1030 | nr_nodes--; |