commit | 31ebf94435f74294523683867fe0b89000e61521 | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Thu Nov 19 21:12:17 2009 +0000 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Tue Nov 24 17:41:35 2009 +0000 |
tree | 57f587da490f9c8bbf987d4165a5ede7f7ad5d63 | |
parent | ebd7a845fa4332da3ebcbe8cf1b09bb43413420e [diff] |
ARM: dma-mapping: Factor out noMMU dma buffer allocation code This entirely separates the DMA coherent buffer remapping code from the allocation code, and gets rid of the duplicate copy in the !MMU section. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk> Acked-by: Greg Ungerer <gerg@uclinux.org>