[PATCH 2/2] powerpc/pagetable: Add option to dump kernel hashpagetable
kbuild test robot
lkp at intel.com
Wed Mar 23 15:17:36 AEDT 2016
Hi Rashmica,
[auto build test ERROR on powerpc/next]
[also build test ERROR on v4.5 next-20160322]
[if your patch is applied to the wrong git tree, please drop us a note to help improving the system]
url: https://github.com/0day-ci/linux/commits/Rashmica-Gupta/powerpc-pagetable-Add-option-to-dump-the-linux-pagetables/20160322-060934
base: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git next
config: powerpc-allyesconfig (attached as .config)
reproduce:
wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# save the attached .config to linux build tree
make.cross ARCH=powerpc
All errors (new ones prefixed by >>):
arch/powerpc/mm/dump_hashpagetable.c: In function 'walk_pte':
>> arch/powerpc/mm/dump_hashpagetable.c:363:18: error: '_PAGE_COMBO' undeclared (first use in this function)
if (((pteval & _PAGE_COMBO) == _PAGE_COMBO) ||
^
arch/powerpc/mm/dump_hashpagetable.c:363:18: note: each undeclared identifier is reported only once for each function it appears in
vim +/_PAGE_COMBO +363 arch/powerpc/mm/dump_hashpagetable.c
357 if (addr < VMALLOC_END)
358 psize = mmu_vmalloc_psize;
359 else
360 psize = mmu_io_psize;
361
362 /* check for secret 4K mappings */
> 363 if (((pteval & _PAGE_COMBO) == _PAGE_COMBO) ||
364 ((pteval & _PAGE_4K_PFN) == _PAGE_4K_PFN))
365 psize = mmu_io_psize;
366
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
-------------- next part --------------
A non-text attachment was scrubbed...
Name: .config.gz
Type: application/octet-stream
Size: 47891 bytes
Desc: not available
URL: <http://lists.ozlabs.org/pipermail/linuxppc-dev/attachments/20160323/ceb1e55d/attachment-0001.obj>
More information about the Linuxppc-dev
mailing list