* [next:master 12213/12458] drivers/base/memory.c:404: undefined reference to `.test_pages_in_a_zone'
@ 2014-08-17 6:13 kbuild test robot
0 siblings, 0 replies; only message in thread
From: kbuild test robot @ 2014-08-17 6:13 UTC (permalink / raw)
To: Zhang Zhen; +Cc: Linux Memory Management List, Andrew Morton, kbuild-all
tree: git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head: 7bef919141fc53b780070a0aec3ddd893eeece8f
commit: 42715491368cfb19c59b9dc9d7c3dda857c82291 [12213/12458] memory-hotplug: add sysfs zones_online_to attribute
config: make ARCH=powerpc ps3_defconfig
All error/warnings:
drivers/built-in.o: In function `show_zones_online_to':
>> drivers/base/memory.c:404: undefined reference to `.test_pages_in_a_zone'
vim +404 drivers/base/memory.c
398
399 start_pfn = section_nr_to_pfn(mem->start_section_nr);
400 end_pfn = start_pfn + nr_pages;
401 first_page = pfn_to_page(start_pfn);
402
403 /*The block contains more than one zone can not be offlined.*/
> 404 if (!test_pages_in_a_zone(start_pfn, end_pfn))
405 return sprintf(buf, "none\n");
406
407 zone = page_zone(first_page);
---
0-DAY kernel build testing backend Open Source Technology Center
http://lists.01.org/mailman/listinfo/kbuild Intel Corporation
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-08-17 6:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-08-17 6:13 [next:master 12213/12458] drivers/base/memory.c:404: undefined reference to `.test_pages_in_a_zone' kbuild test robot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox