diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-10-09 03:02:35 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2017-10-09 03:02:35 -0400 |
commit | 1236d6bb6e19fc72ffc6bbcdeb1bfefe450e54ee (patch) | |
tree | 47da3feee8e263e8c9352c85cf518e624be3c211 /mm/page_alloc.c | |
parent | 750b1a6894ecc9b178c6e3d0a1170122971b2036 (diff) | |
parent | 8a5776a5f49812d29fe4b2d0a2d71675c3facf3f (diff) |
Merge 4.14-rc4 into staging-next
We want the staging/iio fixes in here as well to handle merge issues.
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'mm/page_alloc.c')
-rw-r--r-- | mm/page_alloc.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mm/page_alloc.c b/mm/page_alloc.c index c841af88836a..77e4d3c5c57b 100644 --- a/mm/page_alloc.c +++ b/mm/page_alloc.c | |||
@@ -1190,7 +1190,7 @@ static void __meminit __init_single_pfn(unsigned long pfn, unsigned long zone, | |||
1190 | } | 1190 | } |
1191 | 1191 | ||
1192 | #ifdef CONFIG_DEFERRED_STRUCT_PAGE_INIT | 1192 | #ifdef CONFIG_DEFERRED_STRUCT_PAGE_INIT |
1193 | static void init_reserved_page(unsigned long pfn) | 1193 | static void __meminit init_reserved_page(unsigned long pfn) |
1194 | { | 1194 | { |
1195 | pg_data_t *pgdat; | 1195 | pg_data_t *pgdat; |
1196 | int nid, zid; | 1196 | int nid, zid; |
@@ -5367,6 +5367,7 @@ not_early: | |||
5367 | 5367 | ||
5368 | __init_single_page(page, pfn, zone, nid); | 5368 | __init_single_page(page, pfn, zone, nid); |
5369 | set_pageblock_migratetype(page, MIGRATE_MOVABLE); | 5369 | set_pageblock_migratetype(page, MIGRATE_MOVABLE); |
5370 | cond_resched(); | ||
5370 | } else { | 5371 | } else { |
5371 | __init_single_pfn(pfn, zone, nid); | 5372 | __init_single_pfn(pfn, zone, nid); |
5372 | } | 5373 | } |