From: James Bottomley Date: Tue, 16 Oct 2007 08:23:55 +0000 (-0700) Subject: introduce DMA_MASK_NONE as a signal for unable to do DMA X-Git-Tag: v2.6.24-rc1~1260 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32e8f70230c0c417490787b3f48b6ed6c48e7ec9;p=pandora-kernel.git introduce DMA_MASK_NONE as a signal for unable to do DMA Some devices are incapable of DMA and need to be recognised as such. Introduce a NONE dma mask to facilitate this plus an inline function: is_device_dma_capable() to check this. Signed-off-by: James Bottomley Cc: Andi Kleen Cc: Alan Cox Cc: Tejun Heo Cc: Natalie Protasevich Cc: Jeff Garzik Cc: Dominik Brodowski Cc: Russell King Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed