linux-efi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [efi:next 2/3] arch/x86/platform/efi/efi.c:77:3: error: 'uv_systab_phys' undeclared here (not in a function); did you mean 'uv_system_init'?
@ 2019-07-02  9:55 kbuild test robot
  0 siblings, 0 replies; only message in thread
From: kbuild test robot @ 2019-07-02  9:55 UTC (permalink / raw)
  To: Ard Biesheuvel; +Cc: kbuild-all, linux-efi

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

tree:   https://kernel.googlesource.com/pub/scm/linux/kernel/git/efi/efi.git next
head:   2af9ef2e77c10897c5767b42e7bc09ac387af947
commit: a2b67b33dee5c8c4b9933ecc04e48755a3a87cae [2/3] efi/x86: move UV_SYSTAB handling into arch/x86
config: i386-allmodconfig (attached as .config)
compiler: gcc-7 (Debian 7.4.0-9) 7.4.0
reproduce:
        git checkout a2b67b33dee5c8c4b9933ecc04e48755a3a87cae
        # save the attached .config to linux build tree
        make ARCH=i386 

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/platform/efi/efi.c:77:3: error: 'uv_systab_phys' undeclared here (not in a function); did you mean 'uv_system_init'?
     &uv_systab_phys,
      ^~~~~~~~~~~~~~
      uv_system_init

vim +77 arch/x86/platform/efi/efi.c

    66	
    67	static const unsigned long * const efi_tables[] = {
    68		&efi.mps,
    69		&efi.acpi,
    70		&efi.acpi20,
    71		&efi.smbios,
    72		&efi.smbios3,
    73		&efi.sal_systab,
    74		&efi.boot_info,
    75		&efi.hcdp,
    76		&efi.uga,
  > 77		&uv_systab_phys,
    78		&efi.fw_vendor,
    79		&efi.runtime,
    80		&efi.config_table,
    81		&efi.esrt,
    82		&efi.properties_table,
    83		&efi.mem_attr_table,
    84	};
    85	

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

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

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

only message in thread, other threads:[~2019-07-02  9:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-02  9:55 [efi:next 2/3] arch/x86/platform/efi/efi.c:77:3: error: 'uv_systab_phys' undeclared here (not in a function); did you mean 'uv_system_init'? kbuild test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).