Hi Alexey,

[auto build test ERROR on powerpc/next]
[also build test ERROR on v4.6-rc2 next-20160408]
[if your patch is applied to the wrong git tree, please drop us a note to help 
improving the system]

url:    
https://github.com/0day-ci/linux/commits/Alexey-Kardashevskiy/powerpc-powernv-Fix-crash-on-PF-unbind-when-VF-is-passed/20160408-144325
base:   https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git next
config: powerpc-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 

All errors (new ones prefixed by >>):

   arch/powerpc/platforms/powernv/pci-ioda.c: In function 
'pnv_pci_ioda2_setup_dma_pe':
>> arch/powerpc/platforms/powernv/pci-ioda.c:2461:19: error: 
>> 'pnv_pci_ioda2_group_release' undeclared (first use in this function)
       pe->pe_number, pnv_pci_ioda2_group_release);
                      ^
   arch/powerpc/platforms/powernv/pci-ioda.c:2461:19: note: each undeclared 
identifier is reported only once for each function it appears in

vim +/pnv_pci_ioda2_group_release +2461 
arch/powerpc/platforms/powernv/pci-ioda.c

  2455                  return;
  2456  
  2457          /* TVE #1 is selected by PCI address bit 59 */
  2458          pe->tce_bypass_base = 1ull << 59;
  2459  
  2460          iommu_register_table_group(&pe->table_group, 
phb->hose->global_number,
> 2461                          pe->pe_number, pnv_pci_ioda2_group_release);
  2462  
  2463          /* The PE will reserve all possible 32-bits space */
  2464          pe->tce32_seg = 0;

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