diff options
Diffstat (limited to 'mm/page_alloc.c')
-rw-r--r-- | mm/page_alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c index f9b5d6d5f4d6..ae96dd844432 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c | |||
@@ -2284,7 +2284,7 @@ static int __meminit next_active_region_index_in_nid(int index, int nid) | |||
2284 | * was used and there are no special requirements, this is a convenient | 2284 | * was used and there are no special requirements, this is a convenient |
2285 | * alternative | 2285 | * alternative |
2286 | */ | 2286 | */ |
2287 | int __init early_pfn_to_nid(unsigned long pfn) | 2287 | int __meminit early_pfn_to_nid(unsigned long pfn) |
2288 | { | 2288 | { |
2289 | int i; | 2289 | int i; |
2290 | 2290 | ||