Re: [PATCH 3/9] powerpc/64s: kbuild set assembler machine type to POWER4

2018-02-21 Thread Nicholas Piggin
So this shouldn't be built on BookE because it generates the wrong code for them. BookS CPUs are the only ones that set this FTR bit anyway. Thanks, Nick On Wed, 21 Feb 2018 19:15:29 +0800 kbuild test robot wrote: > Hi Nicholas, > > Thank you for the patch! Yet something to

Re: [PATCH 3/9] powerpc/64s: kbuild set assembler machine type to POWER4

2018-02-21 Thread kbuild test robot
Hi Nicholas, Thank you for the patch! Yet something to improve: [auto build test ERROR on powerpc/next] [also build test ERROR on v4.16-rc2 next-20180221] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[PATCH 3/9] powerpc/64s: kbuild set assembler machine type to POWER4

2018-02-20 Thread Nicholas Piggin
Rather than override the machine type in .S code (which can hide wrong or ambiguous code generation for the target), set the type to power4 for all assembly. Signed-off-by: Nicholas Piggin --- arch/powerpc/Makefile| 1 + arch/powerpc/include/asm/ppc_asm.h |