svn commit: r244469 - head/sys/arm/arm
Olivier Houchard
cognet at ci0.org
Tue Dec 25 22:27:24 UTC 2012
On Tue, Dec 25, 2012 at 08:19:21AM +1100, Peter Jeremy wrote:
> On 2012-Dec-20 00:35:27 +0000, Olivier Houchard <cognet at FreeBSD.org> wrote:
> >Author: cognet
> >Date: Thu Dec 20 00:35:26 2012
> >New Revision: 244469
> >URL: http://svnweb.freebsd.org/changeset/base/244469
> >
> >Log:
> > Use the new allocator in bus_dmamem_alloc().
> >
> >Modified:
> > head/sys/arm/arm/busdma_machdep-v6.c
>
> Do you have any plans to make similar changes to the other busdma_machdep.c
> files?
>
Hi Peter,
Similar changes were made to arm busdma_machdep.c, it might be interesting to
do so on mips, but less than it is on arm, as the mips port usually uses KSEG1
to access memory uncached. I guess it's much less interesting on other arches,
which can do cache snooping.
Regards,
Olivier
More information about the svn-src-head
mailing list