]> git.baikalelectronics.ru Git - kernel.git/commit
Blackfin: NOMPU: skip DMA ICPLB hole when it is redundant
authorMike Frysinger <vapier@gentoo.org>
Sat, 12 Dec 2009 14:27:40 +0000 (14:27 +0000)
committerMike Frysinger <vapier@gentoo.org>
Tue, 15 Dec 2009 05:16:54 +0000 (00:16 -0500)
commitac57228ccf3a2bf8d53e4e60c84ce6941c0bb00a
treeaebdc9dd3119c491984cc163e2146526bc87f825
parent944bd9cfe718a673166795ccf05710fa077ee6a2
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>
arch/blackfin/kernel/cplb-nompu/cplbinit.c