Re: [PATCH 3/8] powerpc/pseries: exception vector macros

2016-09-13 Thread Nicholas Piggin
On Tue, 13 Sep 2016 14:56:47 +0800 kbuild test robot wrote: > Hi Nicholas, > > [auto build test ERROR on powerpc/next] > [also build test ERROR on v4.8-rc6 next-20160912] > [if your patch is applied to the wrong git tree, please drop us a note to > help improve the system] > [Suggest to use git

Re: [PATCH 3/8] powerpc/pseries: exception vector macros

2016-09-12 Thread kbuild test robot
Hi Nicholas, [auto build test ERROR on powerpc/next] [also build test ERROR on v4.8-rc6 next-20160912] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] [Suggest to use git(>=2.9.0) format-patch --base= (or --base=auto for convenience) to record w

[PATCH 3/8] powerpc/pseries: exception vector macros

2016-09-12 Thread Nicholas Piggin
Create arch/powerpc/include/asm/head-64.h with macros that specify an exception vector (name, type, location), which will be used to label and lay out exceptions into the object file. Naming is moved out of exception-64s.h, which is used to specify the implementation of exception handlers. objdum