[s390:features 56/60] arch/s390/kernel/nmi.c:44:2: error: implicit declaration of function 'smp_emergency_stop'

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



tree:   https://git.kernel.org/pub/scm/linux/kernel/git/s390/linux.git features
head:   393734c93fb57b351e79426826f7e8348a758a28
commit: b3c84d3d06c8fe11a2576bf37bd8934bf3ad943b [56/60] s390/nmi: use smp_emergency_stop instead of smp_send_stop
config: s390-allnoconfig (attached as .config)
compiler: s390x-linux-gnu-gcc (Debian 6.1.1-9) 6.1.1 20160705
reproduce:
        wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
        chmod +x ~/bin/make.cross
        git checkout b3c84d3d06c8fe11a2576bf37bd8934bf3ad943b
        # save the attached .config to linux build tree
        make.cross ARCH=s390 

All errors (new ones prefixed by >>):

   arch/s390/kernel/nmi.c: In function 's390_handle_damage':
>> arch/s390/kernel/nmi.c:44:2: error: implicit declaration of function 'smp_emergency_stop' [-Werror=implicit-function-declaration]
     smp_emergency_stop();
     ^~~~~~~~~~~~~~~~~~
   cc1: some warnings being treated as errors

vim +/smp_emergency_stop +44 arch/s390/kernel/nmi.c

    41	
    42	static notrace void s390_handle_damage(void)
    43	{
  > 44		smp_emergency_stop();
    45		disabled_wait((unsigned long) __builtin_return_address(0));
    46		while (1);
    47	}
    48	NOKPROBE_SYMBOL(s390_handle_damage);
    49	

---
0-DAY kernel test infrastructure                Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all                   Intel Corporation

Attachment: .config.gz
Description: application/gzip


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Kernel Development]     [Kernel Newbies]     [IDE]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite Info]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux ATA RAID]     [Samba]     [Linux Media]     [Device Mapper]

  Powered by Linux