From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gate.crashing.org (gate.crashing.org [63.228.1.57]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 3wpH7R4S5zzDqL8 for ; Thu, 15 Jun 2017 18:42:27 +1000 (AEST) Date: Thu, 15 Jun 2017 03:41:34 -0500 From: Segher Boessenkool To: Anton Blanchard Cc: benh@kernel.crashing.org, paulus@samba.org, mpe@ellerman.id.au, ravi.bangoria@linux.vnet.ibm.com, npiggin@gmail.com, naveen.n.rao@linux.vnet.ibm.com, linuxppc-dev@lists.ozlabs.org Subject: Re: [PATCH 1/2] powerpc: Fix emulation of mcrf in emulate_step() Message-ID: <20170615084134.GC16550@gate.crashing.org> References: <20170614234639.11997-1-anton@ozlabs.org> <20170615041805.GB16550@gate.crashing.org> <20170615164729.09f0f83a@kryten> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20170615164729.09f0f83a@kryten> List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, Jun 15, 2017 at 04:47:29PM +1000, Anton Blanchard wrote: > > Maybe there should be (inline) > > helper function to insert/extract CR fields? > > That would be nice, there are quite a few places that could use it. Like patch 2/2, hint hint. Segher