commit | 022ae537b23cb14a391565e9ad9e9945f4b17138 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Fri Jul 08 21:26:59 2011 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Tue Jul 12 11:08:12 2011 +0100 |
tree | e167c03036fcc09d7131fa364efa70c9e3d5b92a | |
parent | 3973c337759cd201773a0ecc7b6f39f1ea2a6287 [diff] |
ARM: dma: replace ISA_DMA_THRESHOLD with a variable ISA_DMA_THRESHOLD has been unused by non-arch code, so lets now get rid of it from ARM by replacing it with arm_dma_zone_mask. Move dma_supported() and dma_set_mask() out of line, and have dma_supported() check this new variable instead. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>