Re: [PATCH] mm, meminit: Recalculate pcpu batch and high limits after init completes -fix

2019-10-23 Thread David Hildenbrand
On 23.10.19 10:47, Mel Gorman wrote: LKP reported the following build problem from two hunks that did not survive the reshuffling of the series reordering. ld: mm/page_alloc.o: in function `page_alloc_init_late': mm/page_alloc.c:1956: undefined reference to `zone_pcp_update' This is a fix f

[PATCH] mm, meminit: Recalculate pcpu batch and high limits after init completes -fix

2019-10-23 Thread Mel Gorman
LKP reported the following build problem from two hunks that did not survive the reshuffling of the series reordering. ld: mm/page_alloc.o: in function `page_alloc_init_late': mm/page_alloc.c:1956: undefined reference to `zone_pcp_update' This is a fix for the mmotm patch mm-meminit-recalculate

[PATCH] mm, meminit: Recalculate pcpu batch and high limits after init completes -fix

2019-10-21 Thread Mel Gorman
LKP reported the following build problem from two hunks that did not survive the reshuffling of the series reordering. ld: mm/page_alloc.o: in function `page_alloc_init_late': mm/page_alloc.c:1956: undefined reference to `zone_pcp_update' Reported-by: kbuild test robot Signed-off-by: Mel Gorma