From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joseph Myers Date: Tue, 30 Jun 2015 10:48:49 +0000 Subject: Re: [PATCH RESEND] Update kernel math-emu code from current glibc soft-fp Message-Id: References: <1435634913.24866.1.camel@ellerman.id.au> In-Reply-To: <1435634913.24866.1.camel@ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit List-Archive: List-Post: To: Michael Ellerman Cc: linux-kernel@vger.kernel.org, linux-alpha@vger.kernel.org, linuxppc-dev@lists.ozlabs.org, linux-s390@vger.kernel.org, linux-sh@vger.kernel.org, sparclinux@vger.kernel.org List-ID: On Tue, 30 Jun 2015, Michael Ellerman wrote: > Is there some way you can imagine of splitting this up into smaller chunks, so > that different arches can merge the pieces separately? Well, it could be split as: 1. Rename include/math-emu to math-emu-old and update architectures for the renaming (mechanically). 2. Add new include/math-emu. 3,4,5,6,7. Move each architecture from math-emu-old to math-emu. 8. Remove math-emu-old. You still have patch 1 affecting all five architectures, but with the per-architecture changes being much simpler. -- Joseph S. Myers joseph@codesourcery.com