[efi:next 9/13] arch/x86//platform/efi/efi_64.c:1029:10: error: implicit declaration of function 'efi_thunk_set_virtual_address_map'; did you mean 'efi_set_virtual_address_map'?

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

 



tree:   https://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git next
head:   ab041b67577c2c9ac0f43438359d0126d1d2c6d5
commit: c2a8bab63fecf3375e459b83ba6f1cd07dcb2477 [9/13] efi/x86: simplify mixed mode call wrapper
config: x86_64-lkp (attached as .config)
compiler: gcc-7 (Debian 7.5.0-3) 7.5.0
reproduce:
        git checkout c2a8bab63fecf3375e459b83ba6f1cd07dcb2477
        # 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@xxxxxxxxx>

All errors (new ones prefixed by >>):

   arch/x86//platform/efi/efi_64.c: In function 'efi_set_virtual_address_map':
>> arch/x86//platform/efi/efi_64.c:1029:10: error: implicit declaration of function 'efi_thunk_set_virtual_address_map'; did you mean 'efi_set_virtual_address_map'? [-Werror=implicit-function-declaration]
      return efi_thunk_set_virtual_address_map(memory_map_size,
             ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             efi_set_virtual_address_map
   cc1: some warnings being treated as errors

vim +1029 arch/x86//platform/efi/efi_64.c

  1018	
  1019	efi_status_t __init efi_set_virtual_address_map(unsigned long memory_map_size,
  1020							unsigned long descriptor_size,
  1021							u32 descriptor_version,
  1022							efi_memory_desc_t *virtual_map)
  1023	{
  1024		efi_status_t status;
  1025		unsigned long flags;
  1026		pgd_t *save_pgd = NULL;
  1027	
  1028		if (efi_is_mixed())
> 1029			return efi_thunk_set_virtual_address_map(memory_map_size,

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

Attachment: .config.gz
Description: application/gzip


[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux