From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755507AbcBJG20 (ORCPT ); Wed, 10 Feb 2016 01:28:26 -0500 Received: from mail.bmw-carit.de ([62.245.222.98]:54787 "EHLO mail.bmw-carit.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751058AbcBJG2Y (ORCPT ); Wed, 10 Feb 2016 01:28:24 -0500 X-CTCH-RefID: str=0001.0A0C0202.56BAD881.01F4,ss=1,re=0.000,recu=0.000,reip=0.000,cl=1,cld=1,fgs=0 Subject: Re: [PATCH v3 3/3] mips: Differentiate between 32 and 64 bit ELF header To: "Maciej W. Rozycki" References: <201602090033.mukhdG4N%fengguang.wu@intel.com> <56B99D55.2020301@bmw-carit.de> <56B9DDCA.3000700@bmw-carit.de> CC: kbuild test robot , , Ralf Baechle , , From: Daniel Wagner Message-ID: <56BAD881.9000208@bmw-carit.de> Date: Wed, 10 Feb 2016 07:28:17 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 02/09/2016 08:44 PM, Maciej W. Rozycki wrote: > On Tue, 9 Feb 2016, Daniel Wagner wrote: > >>> FWIW I think all the MIPS ABI flags stuff also needs to go outside the >>> conditional, because it's ABI agnostic. I'll make the right change myself >>> on top of your fixes. It'll remove a little bit of code duplication, >>> which is always welcome. >> >> Great, thanks for taking care of it. > > My ABI flags change has passed testing and I'm ready to post it, will you > be respinning your patch soon? I was waiting for your cleanups and base my patches on top of it. Looks like a small misunderstanding on my side :) I'll start on v4 right now. cheers, daniel