From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753945Ab3BABSl (ORCPT ); Thu, 31 Jan 2013 20:18:41 -0500 Received: from caramon.arm.linux.org.uk ([78.32.30.218]:60682 "EHLO caramon.arm.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752639Ab3BABSi (ORCPT ); Thu, 31 Jan 2013 20:18:38 -0500 Date: Fri, 1 Feb 2013 01:17:12 +0000 From: Russell King - ARM Linux To: Kim Phillips Cc: "Woodhouse, David" , Borislav Petkov , Andrew Morton , Daniel Santos , David Rientjes , Rusty Russell , "linux-arm-kernel@lists.infradead.org" , "linux-kernel@vger.kernel.org" , Rob Herring Subject: Re: [RFC] arm: use built-in byte swap function Message-ID: <20130201011712.GF23505@n2100.arm.linux.org.uk> References: <20130128193033.8a0b0a871150c99247f05a95@freescale.com> <20130129083522.GA14302@pd.tnic> <1359478014.3529.157.camel@shinybook.infradead.org> <20130129174249.GB25415@pd.tnic> <1359482147.3529.161.camel@shinybook.infradead.org> <20130129181046.GC25415@pd.tnic> <1359541333.3529.186.camel@shinybook.infradead.org> <20130130200900.9d7cf7908caeaef4ecee1d61@freescale.com> <20130131092801.GV23505@n2100.arm.linux.org.uk> <20130131145947.f62474a0600848df86548b96@freescale.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130131145947.f62474a0600848df86548b96@freescale.com> User-Agent: Mutt/1.5.19 (2009-01-05) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jan 31, 2013 at 02:59:47PM -0600, Kim Phillips wrote: > On Thu, 31 Jan 2013 09:28:01 +0000 > Russell King - ARM Linux wrote: > > > On Wed, Jan 30, 2013 at 08:09:00PM -0600, Kim Phillips wrote: > > > v2: > > > - at91 and lpd270 builds fixed by limiting to ARMv6 and above > > > (i.e., ARM cores that have support for the 'rev' instruction). > > > Otherwise, the compiler emits calls to libgcc's __bswapsi2 on > > > these ARMv4/v5 builds (and arch ARM doesn't link with libgcc). > > > > Which compiler version? gcc 4.5.4 doesn't do this, except for the 16-bit > > swap, so I doubt that any later compiler does. > > I've tried both gcc 4.6.3 [1] and 4.6.4 [2]. If you can point me to > a 4.5.x, I'll try that, too, but as it stands now, if one moves the > code added to swab.h below outside of its armv6 protection, > gcc adds calls to __bswapsi2. Take a look at the message I sent on the 29th towards the beginning of this thread for details of gcc 4.5.4 behaviour.