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 3wrqvF3n8WzDqgs for ; Mon, 19 Jun 2017 22:25:45 +1000 (AEST) In-Reply-To: <20170613130557.26315-7-npiggin@gmail.com> To: Nicholas Piggin , linuxppc-dev@lists.ozlabs.org From: Michael Ellerman Cc: "Gautham R . Shenoy" , Nicholas Piggin Subject: Re: [06/13] powerpc/64s: idle branch to handler with virtual mode offset Message-Id: <3wrqvD6zCfz9s7f@ozlabs.org> Date: Mon, 19 Jun 2017 22:25:44 +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:50 UTC, Nicholas Piggin wrote: > Have the system reset idle wakeup handlers branched to in real mode > with the 0xc... kernel address applied. This allows simplifications of > avoiding rfid when switching to virtual mode in the wakeup handler. > > Signed-off-by: Nicholas Piggin Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/b51351e264009e890936af83b8d800 cheers