Re: [PATCH 3/5] powerpc/64: do not link crtsaveres.o in boot

2017-05-12 Thread Nicholas Piggin
On Fri, 12 May 2017 22:19:29 +0800 kbuild test robot wrote: > Hi Nicholas, > > [auto build test ERROR on next-20170511] > [also build test ERROR on v4.11] > [cannot apply to powerpc/next v4.9-rc8 v4.9-rc7 v4.9-rc6] > [if your patch is applied to the wrong git tree, please drop us a note to > he

Re: [PATCH 3/5] powerpc/64: do not link crtsaveres.o in boot

2017-05-12 Thread kbuild test robot
Hi Nicholas, [auto build test ERROR on next-20170511] [also build test ERROR on v4.11] [cannot apply to powerpc/next v4.9-rc8 v4.9-rc7 v4.9-rc6] [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/Ni

[PATCH 3/5] powerpc/64: do not link crtsaveres.o in boot

2017-05-11 Thread Nicholas Piggin
crtsaveres.S is empty with 64-bit builds already, so just don't build and link it to match the vmlinux build. Signed-off-by: Nicholas Piggin --- arch/powerpc/boot/Makefile| 3 ++- arch/powerpc/boot/crtsavres.S | 8 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/arch/