From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ale.deltatee.com (ale.deltatee.com. [207.54.116.67]) by gmr-mx.google.com with ESMTPS id t191si259410itb.1.2017.06.30.09.21.25 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 30 Jun 2017 09:21:25 -0700 (PDT) References: <20170629161000.15563-1-logang@deltatee.com> <20170629161000.15563-5-logang@deltatee.com> From: Logan Gunthorpe Message-ID: Date: Fri, 30 Jun 2017 10:21:11 -0600 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="iso-8859-2" Content-Transfer-Encoding: quoted-printable Subject: Re: [PATCH v3 4/4] crypto: caam: cleanup CONFIG_64BIT ifdefs when using io{read|write}64 To: =?UTF-8?Q?Horia_Geant=c4=83?= , "linux-kernel@vger.kernel.org" , "linux-arch@vger.kernel.org" , "linux-ntb@googlegroups.com" , "linux-crypto@vger.kernel.org" Cc: Arnd Bergmann , Greg Kroah-Hartman , Stephen Bates , Dan Douglass , Herbert Xu , "David S. Miller" List-ID: On 30/06/17 12:18 AM, Horia Geant=EF=BF=BD wrote: > On 6/29/2017 7:10 PM, Logan Gunthorpe wrote: >> From: Horia Geant=EF=BF=BD >> >> We can now make use of the io-64-nonatomic-hi-lo header to always > Typo: we are using io-64-nonatomic-lo-hi, not hi-lo. Yup, thanks. I will fix this for a v4. I've also noticed a couple other mistakes I need to fix. Logan