Hi all, I would like to know.. is memory allocated by kmalloc always double word aligned????.. and is this suitable for dma only if i use GFP_DMA priority... i mean dma for a pci device... or can i just specify GFP_KERNEL and use it.... is it safe to proceed in this way??? thanks azad - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] Please read the FAQ at http://www.tux.org/lkml/
- Re: reg memory allocated by kmalloc MOHAMMED AZAD
- Re: reg memory allocated by kmalloc Alan Cox