Re: [PATCH v3 1/3] powerpc/spinlocks: Refactor SHARED_PROCESSOR

2019-08-12 Thread Michael Ellerman
kbuild test robot writes: > Hi "Christopher, > > Thank you for the patch! Yet something to improve: > > [auto build test ERROR on linus/master] > [cannot apply to v5.3-rc4 next-20190809] > [if your patch is applied to the wrong git tree, please drop us a note to > help improve the system] > > url

Re: [PATCH v3 1/3] powerpc/spinlocks: Refactor SHARED_PROCESSOR

2019-08-11 Thread kbuild test robot
Hi "Christopher, Thank you for the patch! Yet something to improve: [auto build test ERROR on linus/master] [cannot apply to v5.3-rc4 next-20190809] [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/commi

[PATCH v3 1/3] powerpc/spinlocks: Refactor SHARED_PROCESSOR

2019-08-05 Thread Christopher M. Riedl
Determining if a processor is in shared processor mode is not a constant so don't hide it behind a #define. Signed-off-by: Christopher M. Riedl Reviewed-by: Andrew Donnellan --- arch/powerpc/include/asm/spinlock.h | 24 ++-- 1 file changed, 18 insertions(+), 6 deletions(-)