On Wed, May 21, 2008 at 01:09:41AM +0900, FUJITA Tomonori wrote: > > Then, you don't need to use ARCH_KMALLOC_MINALIGN. 8 bytes align works > for you on all the architectures. DMA isn't the only thing that requires alignment. The CPU needs it too. Also using a constant like 8 is broken because if we used a value larger than the alignment guaranteed by kmalloc then the context may end up unaligned. Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} <herbert@xxxxxxxxxxxxxxxxxxx> Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html