Re: [PATCH] mm/page_alloc: fix gcc compile warning

2019-10-23 Thread Michal Hocko
On Wed 23-10-19 21:48:28, Chen Wandun wrote: > From: Chenwandun > > mm/page_alloc.o: In function `page_alloc_init_late': > mm/page_alloc.c:1956: undefined reference to `zone_pcp_update' > mm/page_alloc.o:(.debug_addr+0x8350): undefined reference to `zone_pcp_update' > make: *** [vmlinux] Error 1

Re: [PATCH] mm/page_alloc: fix gcc compile warning

2019-10-23 Thread David Hildenbrand
On 23.10.19 15:48, Chen Wandun wrote: > From: Chenwandun > > mm/page_alloc.o: In function `page_alloc_init_late': > mm/page_alloc.c:1956: undefined reference to `zone_pcp_update' > mm/page_alloc.o:(.debug_addr+0x8350): undefined reference to `zone_pcp_update' > make: *** [vmlinux] Error 1 > >

[PATCH] mm/page_alloc: fix gcc compile warning

2019-10-23 Thread Chen Wandun
From: Chenwandun mm/page_alloc.o: In function `page_alloc_init_late': mm/page_alloc.c:1956: undefined reference to `zone_pcp_update' mm/page_alloc.o:(.debug_addr+0x8350): undefined reference to `zone_pcp_update' make: *** [vmlinux] Error 1 zone_pcp_update is defined in CONFIG_MEMORY_HOTPLUG, so