commit | 1124d6d21f80ec10cc962e2961c21a8dd1e0ca6a | [log] [tgz] |
---|---|---|
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | Mon Oct 20 11:18:40 2008 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Sat Dec 13 09:12:07 2008 +0000 |
tree | 0eb7f2bb830ed93daeb864cd554a00912356b3c4 | |
parent | 70d13e083c8589dd3edc2313777655da39cb3568 [diff] |
[ARM] dma: correct dma_supported() implementation dma_supported() is supposed to indicate whether the system can support the DMA mask it was passed, which depends on the maximal address which can be returned for DMA allocations. If the mask is smaller than that, we are unable to guarantee that the driver can reliably obtain suitable memory. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>