Re: [PATCH 2/2] powerpc: use spin loop primitives in some functions

2017-07-02 Thread kbuild test robot
Hi Nicholas, [auto build test ERROR on powerpc/next] [also build test ERROR on v4.12-rc7 next-20170630] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

[PATCH 2/2] powerpc: use spin loop primitives in some functions

2017-06-28 Thread Michael Ellerman
From: Nicholas Piggin Use the different spin loop primitives in some simple powerpc spin loops, including those which will spin as a common case. This will help to test the spin loop primitives before more conversions are done. Signed-off-by: Nicholas Piggin