From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (bilbo.ozlabs.org [103.22.144.67]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3xSpY30rHkzDqyW for ; Thu, 10 Aug 2017 23:15:51 +1000 (AEST) From: Michael Ellerman To: Nicholas Piggin , linuxppc-dev@lists.ozlabs.org Cc: "Gautham R . Shenoy" , Nicholas Piggin Subject: Re: [PATCH 11/13] powerpc/64s: idle POWER9 can execute stop without ptesync In-Reply-To: <20170805170241.22966-12-npiggin@gmail.com> References: <20170805170241.22966-1-npiggin@gmail.com> <20170805170241.22966-12-npiggin@gmail.com> Date: Thu, 10 Aug 2017 23:15:50 +1000 Message-ID: <87wp6blg1l.fsf@concordia.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Nicholas Piggin writes: > Signed-off-by: Nicholas Piggin > --- > arch/powerpc/kernel/idle_book3s.S | 7 ++++--- > arch/powerpc/kvm/book3s_hv_rmhandlers.S | 24 ++++++++++++------------ If you can split this into a KVM and non-KVM patch that would be helpful. cheers