commit | d25749afc6f2a40471a70c04a35633e30cbe59a5 | [log] [tgz] |
---|---|---|
author | Damian Hobson-Garcia <dhobsong@igel.co.jp> | Tue Apr 30 04:02:13 2013 +0100 |
committer | Catalin Marinas <catalin.marinas@arm.com> | Fri Jun 07 17:57:23 2013 +0100 |
tree | 8008238a8bbf052593c22d9b117b8ba97ed36ace | |
parent | d683b96b072dc4680fc74964eca77e6a23d1fa6e [diff] |
arm64: Provide default implementation for dma_{alloc,free}_attrs Most architectures that define CONFIG_HAS_DMA, have implementations for both dma_alloc_attrs() and dma_free_attrs(). All achitectures that do not define CONFIG_HAS_DMA also have both of these definitions provided by dma-mapping-broken.h. Add default implementations for these functions on arm64. Signed-off-by: Damian Hobson-Garcia <dhobsong@igel.co.jp> Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>