From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (ozlabs.org [IPv6:2401:3900:2:1::2]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3wrqvJ4sBqzDqp6 for ; Mon, 19 Jun 2017 22:25:48 +1000 (AEST) In-Reply-To: <20170613130557.26315-14-npiggin@gmail.com> To: Nicholas Piggin , linuxppc-dev@lists.ozlabs.org From: Michael Ellerman Cc: "Gautham R . Shenoy" , Nicholas Piggin Subject: Re: [13/13] powerpc/64s: idle runlatch switch is done with MSR[EE]=0 Message-Id: <3wrqvJ45rFz9s8V@ozlabs.org> Date: Mon, 19 Jun 2017 22:25:48 +1000 (AEST) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 2017-06-13 at 13:05:57 UTC, Nicholas Piggin wrote: > 2*mfmsr and 2*mtmsr can be avoided in the idle sleep/wake code > because we know the MSR[EE] is clear. > > Acked-by: Vaidyanathan Srinivasan > Signed-off-by: Nicholas Piggin Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/40d24343a8926b6998a13d04aa54e0 cheers