From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756092AbbA1VE5 (ORCPT ); Wed, 28 Jan 2015 16:04:57 -0500 Received: from mx1.redhat.com ([209.132.183.28]:45361 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754643AbbA1U4U (ORCPT ); Wed, 28 Jan 2015 15:56:20 -0500 Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: <16372019.BFlLRod3Eu@wuerfel> References: <16372019.BFlLRod3Eu@wuerfel> To: Arnd Bergmann Cc: dhowells@redhat.com, Dmitry Kasatkin , Andrew Morton , linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-crypto@vger.kernel.org, Herbert Xu , "David S. Miller" Subject: Re: [PATCH] MPILIB: avoid assembler warning MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <9571.1422463347.1@warthog.procyon.org.uk> Date: Wed, 28 Jan 2015 16:42:27 +0000 Message-ID: <9572.1422463347@warthog.procyon.org.uk> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Arnd Bergmann wrote: > Not sure who would be the best person to pick this patch up. I can pick it up, but I wonder if the MPI asm bits should be distributed to asm/mpilib.h headers rather than being in the lib/ directory. David