[PATCH 1/2] powerpc/pagetable: Add option to dump the linux pagetables
kbuild test robot
lkp at intel.com
Wed Mar 23 10:43:24 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_linuxpagetables.c:148:11: error: '_PAGE_COMBO' undeclared here (not in a function)
.mask = _PAGE_COMBO,
^
vim +/_PAGE_COMBO +148 arch/powerpc/mm/dump_linuxpagetables.c
142 .clear = " ",
143 }, {
144 .mask = _PAGE_BUSY,
145 .val = _PAGE_BUSY,
146 .set = "busy",
147 }, {
> 148 .mask = _PAGE_COMBO,
149 .val = _PAGE_COMBO,
150 .set = "combo",
151 }, {
---
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/6469dd59/attachment-0001.obj>
More information about the Linuxppc-dev
mailing list