Hi Anton,

[auto build test ERROR on powerpc/next -- if it's inappropriate base, please 
suggest rules for selecting the more suitable base]

url:    
https://github.com/0day-ci/linux/commits/Anton-Blanchard/Context-switch-improvements/20151029-092229
config: powerpc-virtex_defconfig (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 

Note: the 
linux-review/Anton-Blanchard/Context-switch-improvements/20151029-092229 HEAD 
13bdf12302e872951c7835777c51a7e04f784fb0 builds fine.
      It only hurts bisectibility.

All errors (new ones prefixed by >>):

>> arch/powerpc/kernel/process.c:106:13: error: 'msr_check_and_clear' defined 
>> but not used [-Werror=unused-function]
    static void msr_check_and_clear(unsigned long bits)
                ^
   cc1: all warnings being treated as errors

vim +/msr_check_and_clear +106 arch/powerpc/kernel/process.c

   100  #endif
   101  
   102          if (oldmsr != newmsr)
   103                  mtmsr_isync(newmsr);
   104  }
   105  
 > 106  static void msr_check_and_clear(unsigned long bits)
   107  {
   108          unsigned long oldmsr = mfmsr();
   109          unsigned long newmsr;

---
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