[PATCH] powerpc/32: Add VDSO version of getcpu
kbuild test robot
lkp at intel.com
Sun Aug 18 12:03:36 AEST 2019
Hi Christophe,
Thank you for the patch! Yet something to improve:
[auto build test ERROR on linus/master]
[cannot apply to v5.3-rc4 next-20190816]
[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/Christophe-Leroy/powerpc-32-Add-VDSO-version-of-getcpu/20190818-075346
config: powerpc-allnoconfig (attached as .config)
compiler: powerpc-linux-gcc (GCC) 7.4.0
reproduce:
wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# save the attached .config to linux build tree
GCC_VERSION=7.4.0 make.cross ARCH=powerpc
If you fix the issue, kindly add following tag
Reported-by: kbuild test robot <lkp at intel.com>
All errors (new ones prefixed by >>):
>> arch/powerpc/kernel/vdso32/getcpu.S:22:28: error: operator '*' has no right operand
#elif defined (CONFIG_SMP)*/
^
vim +22 arch/powerpc/kernel/vdso32/getcpu.S
10
11 .text
12 /*
13 * Exact prototype of getcpu
14 *
15 * int __kernel_getcpu(unsigned *cpu, unsigned *node);
16 *
17 */
18 V_FUNCTION_BEGIN(__kernel_getcpu)
19 .cfi_startproc
20 #if defined(CONFIG_PPC64)
21 mfspr r5,SPRN_SPRG_VDSO_READ
> 22 #elif defined (CONFIG_SMP)*/
---
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: 6359 bytes
Desc: not available
URL: <http://lists.ozlabs.org/pipermail/linuxppc-dev/attachments/20190818/cbe0cda3/attachment.gz>
More information about the Linuxppc-dev
mailing list