All of lore.kernel.org
 help / color / mirror / Atom feed
* [nvdimm:libnvdimm-pending 14/20] arch/x86/mm/numa.c:43:3: error: implicit declaration of function 'disable_srat'; did you mean 'disable_irq'?
@ 2020-03-20 12:05 kbuild test robot
  0 siblings, 0 replies; only message in thread
From: kbuild test robot @ 2020-03-20 12:05 UTC (permalink / raw)
  To: kbuild-all

[-- Attachment #1: Type: text/plain, Size: 1533 bytes --]

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/djbw/nvdimm.git libnvdimm-pending
head:   6960d5c19789f47b71ae98b35ddaf67ea20d318f
commit: a708a3704d615fce4c85539583c336a8f552bbb3 [14/20] x86/numa: Cleanup configuration dependent command-line options
config: x86_64-randconfig-h003-20200320 (attached as .config)
compiler: gcc-7 (Debian 7.5.0-5) 7.5.0
reproduce:
        git checkout a708a3704d615fce4c85539583c336a8f552bbb3
        # save the attached .config to linux build tree
        make ARCH=x86_64 

If you fix the issue, kindly add following tag
Reported-by: kbuild test robot <lkp@intel.com>

All errors (new ones prefixed by >>):

   arch/x86/mm/numa.c: In function 'numa_setup':
>> arch/x86/mm/numa.c:43:3: error: implicit declaration of function 'disable_srat'; did you mean 'disable_irq'? [-Werror=implicit-function-declaration]
      disable_srat();
      ^~~~~~~~~~~~
      disable_irq
   cc1: some warnings being treated as errors

vim +43 arch/x86/mm/numa.c

    33	
    34	static __init int numa_setup(char *opt)
    35	{
    36		if (!opt)
    37			return -EINVAL;
    38		if (!strncmp(opt, "off", 3))
    39			numa_off = 1;
    40		if (!strncmp(opt, "fake=", 5))
    41			return numa_emu_cmdline(opt + 5);
    42		if (!strncmp(opt, "noacpi", 6))
  > 43			disable_srat();
    44		return 0;
    45	}
    46	early_param("numa", numa_setup);
    47	

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all(a)lists.01.org

[-- Attachment #2: config.gz --]
[-- Type: application/gzip, Size: 36099 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-03-20 12:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-20 12:05 [nvdimm:libnvdimm-pending 14/20] arch/x86/mm/numa.c:43:3: error: implicit declaration of function 'disable_srat'; did you mean 'disable_irq'? kbuild test robot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.