commit | ee7e5516be4f2107535ad5a3d47d9c79f93661a2 | [log] [tgz] |
---|---|---|
author | Dmitry Baryshkov <dbaryshkov@gmail.com> | Sun Jun 29 14:18:46 2008 +0400 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Jun 30 12:51:05 2008 +0200 |
tree | 57bdb330864036d6241deb8e69f351ee5ee01adb | |
parent | 543cf4cb3fe6f6cae3651ba918b9c56200b257d0 [diff] |
generic: per-device coherent dma allocator Currently x86_32, sh and cris-v32 provide per-device coherent dma memory allocator. However their implementation is nearly identical. Refactor out common code to be reused by them. Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>