[ARM] introduce dma_cache_maint_page()
authorNicolas Pitre <nico@cam.org>
Fri, 13 Mar 2009 02:52:09 +0000 (22:52 -0400)
committerNicolas Pitre <nico@cam.org>
Mon, 16 Mar 2009 01:01:21 +0000 (21:01 -0400)
commit43377453af83b8ff8c1c731da1508bd6b84ebfea
tree42a55f4d1856ced05d9e21f8619005e8b76694c3
parent3297e760776af18a26bf30046cbaaae2e730c5c2
[ARM] introduce dma_cache_maint_page()

This is a helper to be used by the DMA mapping API to handle cache
maintenance for memory identified by a page structure instead of a
virtual address.  Those pages may or may not be highmem pages, and
when they're highmem pages, they may or may not be virtually mapped.
When they're not mapped then there is no L1 cache to worry about. But
even in that case the L2 cache must be processed since unmapped highmem
pages can still be L2 cached.

Signed-off-by: Nicolas Pitre <nico@marvell.com>
arch/arm/include/asm/dma-mapping.h
arch/arm/include/asm/highmem.h
arch/arm/mm/dma-mapping.c