Re: [PATCH 5/4] Provide __dma_aligned macro

2010-05-19 Thread FUJITA Tomonori
On Wed, 19 May 2010 14:49:08 +0100 David Woodhouse wrote: > Commit 3843384a055496dfed3c93ae883d964d8290fdab ("Input: ad7877 - keep > dma rx buffers in seperate cache lines")[sic] introduced the use of > cacheline_aligned to ensure that buffers used for DMA as part of a > structure were suitab

[PATCH 5/4] Provide __dma_aligned macro

2010-05-19 Thread David Woodhouse
Commit 3843384a055496dfed3c93ae883d964d8290fdab ("Input: ad7877 - keep dma rx buffers in seperate cache lines")[sic] introduced the use of cacheline_aligned to ensure that buffers used for DMA as part of a structure were suitably separated from the rest of the structure. However, aligning to t