[PATCH] powerpc/64s: use ibm, tlbiel-congruence-classes-(hash|radix) dt property
kbuild test robot
lkp at intel.com
Sat Apr 22 20:34:23 AEST 2017
Hi Nicholas,
[auto build test ERROR on powerpc/next]
[also build test ERROR on next-20170421]
[cannot apply to v4.11-rc7]
[if your patch is applied to the wrong git tree, please drop us a note to help improve the system]
url: https://github.com/0day-ci/linux/commits/Nicholas-Piggin/powerpc-64s-use-ibm-tlbiel-congruence-classes-hash-radix-dt-property/20170422-164227
base: https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git next
config: powerpc-allnoconfig (attached as .config)
compiler: powerpc-linux-gnu-gcc (Debian 6.1.1-9) 6.1.1 20160705
reproduce:
wget https://raw.githubusercontent.com/01org/lkp-tests/master/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/kernel/prom.c: In function 'early_init_dt_scan_cpus':
>> arch/powerpc/kernel/prom.c:407:2: error: implicit declaration of function 'init_mmu_tlb_sets_hash' [-Werror=implicit-function-declaration]
init_mmu_tlb_sets_hash(node);
^~~~~~~~~~~~~~~~~~~~~~
>> arch/powerpc/kernel/prom.c:408:2: error: implicit declaration of function 'init_mmu_tlb_sets_radix' [-Werror=implicit-function-declaration]
init_mmu_tlb_sets_radix(node);
^~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
vim +/init_mmu_tlb_sets_hash +407 arch/powerpc/kernel/prom.c
401
402 identical_pvr_fixup(node);
403
404 check_cpu_feature_properties(node);
405 check_cpu_pa_features(node);
406 init_mmu_slb_size(node);
> 407 init_mmu_tlb_sets_hash(node);
> 408 init_mmu_tlb_sets_radix(node);
409
410 #ifdef CONFIG_PPC64
411 if (nthreads > 1)
---
0-DAY kernel test infrastructure Open Source Technology Center
https://lists.01.org/pipermail/kbuild-all Intel Corporation
-------------- next part --------------
A non-text attachment was scrubbed...
Name: .config.gz
Type: application/gzip
Size: 6135 bytes
Desc: not available
URL: <http://lists.ozlabs.org/pipermail/linuxppc-dev/attachments/20170422/9e49cbdc/attachment.gz>
More information about the Linuxppc-dev
mailing list