From mboxrd@z Thu Jan 1 00:00:00 1970 From: Johannes Weiner Subject: Re: [LKML] Re: [PATCH v3] ad7877: keep dma rx buffers in seperate cache lines Date: Wed, 19 May 2010 15:44:30 +0200 Message-ID: <20100519134429.GH26131@emlix.com> References: <20100511214836.GH1726@emlix.com> <20100511215359.GF7396@core.coreip.homeip.net> <522C1DF17AF50042AD8AE87F7887BD3D0163549554@exch.hq.tensilica.com> <20100512030350.GJ15903@laptop> <1274273325.6930.10022.camel@macbook.infradead.org> <20100519130710.GX2516@laptop> <1274275067.6930.10073.camel@macbook.infradead.org> <20100519133656.GY2516@laptop> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mx1.emlix.com ([193.175.82.87]:56883 "EHLO mx1.emlix.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751954Ab0ESNpe (ORCPT ); Wed, 19 May 2010 09:45:34 -0400 Content-Disposition: inline In-Reply-To: <20100519133656.GY2516@laptop> Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: Nick Piggin Cc: David Woodhouse , Marc Gauthier , Mike Frysinger , Dmitry Torokhov , Christoph Lameter , Pekka Enberg , Matt Mackall , Andrew Morton , Oskar Schirmer , Michael Hennerich , "linux-input@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Daniel =?iso-8859-1?Q?Gl=F6ckner?= , Oliver Schneidewind , David Rientjes , David Brownell , Grant Likely , Chris Zankel , Piet Delaney On Wed, May 19, 2010 at 11:36:56PM +1000, Nick Piggin wrote: > On Wed, May 19, 2010 at 02:17:47PM +0100, David Woodhouse wrote: > > > > The 'cacheline aligned' misconception did manage to get into the ad7877 > > driver in commit 3843384a though -- it now uses ____cacheline_aligned > > instead of __attribute__((__aligned__(ARCH_KMALLOC_MINALIGN))) as it > > should. > > OK so long as there is not a "must be cacheline aligned" requirement. > Your proposal for a __dma_aligned attribute in an arch header looks > like a good idea there. Would you happen to know of other potential users? At this point I'd much rather just allocate the buffers dynamically and hide the issue nicely behind kmalloc().