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 3wGTdl0b9pzDqBP for ; Mon, 1 May 2017 12:58:51 +1000 (AEST) In-Reply-To: <20161219183011.28310-2-npiggin@gmail.com> To: Nicholas Piggin , linuxppc-dev@lists.ozlabs.org From: Michael Ellerman Cc: Nicholas Piggin Subject: Re: [01/10] powerpc/64s: add exception macro that does not enable RI Message-Id: <3wGTdk6Dj0z9sMN@ozlabs.org> Date: Mon, 1 May 2017 12:58:50 +1000 (AEST) List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Mon, 2016-12-19 at 18:30:02 UTC, Nicholas Piggin wrote: > Subsequent patches will add more non-RI variant exceptions, so > create a macro for it rather than open-code it. > > This does not change generated instructions. > > Signed-off-by: Nicholas Piggin Series applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/83a980f7f4769c0673f0f966350d1d cheers