Re: [PATCH 3/5] powerpc/64s: use alternative feature patching

2017-02-28 Thread Gautham R Shenoy
Hi Nick, On Fri, Feb 17, 2017 at 12:08 AM, Nicholas Piggin wrote: > This reduces the number of nops for POWER8 > > Signed-off-by: Nicholas Piggin This change looks ok to me. Reviewed-by: Gautham R. Shenoy > --- > arch/powerpc/kernel/idle_book3s.S | 15 +++ > 1 file changed, 7 in

[PATCH 3/5] powerpc/64s: use alternative feature patching

2017-02-16 Thread Nicholas Piggin
This reduces the number of nops for POWER8 Signed-off-by: Nicholas Piggin --- arch/powerpc/kernel/idle_book3s.S | 15 +++ 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/arch/powerpc/kernel/idle_book3s.S b/arch/powerpc/kernel/idle_book3s.S index 1271344e5523..ab15dee37