commit | a797a0e242b94548af8b41e6454349b515b66eca | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Sat Dec 12 14:27:40 2009 +0000 |
committer | Mike Frysinger <vapier@gentoo.org> | Tue Dec 15 00:16:54 2009 -0500 |
tree | aebdc9dd3119c491984cc163e2146526bc87f825 | |
parent | 0a68b5341de1d80cf0ec8e6c9a851e4bfd99787c [diff] |
Blackfin: NOMPU: skip DMA ICPLB hole when it is redundant Normally there is no user-reserved memory after the DMA region which means there is no user-reserved ICPLB coverage. So the DMA hole can be covered by the large hole that is always added to cover up to the async bank. We only need an explicit DMA whole when we also add an explicit mapping for the user-reserved memory. Signed-off-by: Mike Frysinger <vapier@gentoo.org>