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

Attachment: .config.gz
Description: Binary data

_______________________________________________
Linuxppc-dev mailing list
Linuxppc-dev@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/linuxppc-dev

Reply via email to