~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to arch/arm/include/asm/glue-cache.h

  • Committer: Package Import Robot
  • Author(s): Paolo Pisati, Paolo Pisati, Tim Gardner
  • Date: 2012-03-16 12:40:30 UTC
  • Revision ID: package-import@ubuntu.com-20120316124030-3ggslc72c897vl5k
Tags: 3.2.0-1409.12
[ Paolo Pisati ]

* [Config] updateconfigs following tilt import
* TI BSP update: kernel-tilt/tilt-3.2 @ c1db0c73d4f2185711d9d34a0c3bb55986781349

[ Tim Gardner ]

* [Config] Move kernels to Section: kernel
  - LP: #499557

Show diffs side-by-side

added added

removed removed

Lines of Context:
140
140
 
141
141
#define dmac_map_area                   __glue(_CACHE,_dma_map_area)
142
142
#define dmac_unmap_area                 __glue(_CACHE,_dma_unmap_area)
 
143
#define dmac_inv_range                  __glue(_CACHE,_dma_inv_range)
 
144
#define dmac_clean_range                __glue(_CACHE,_dma_clean_range)
143
145
#define dmac_flush_range                __glue(_CACHE,_dma_flush_range)
144
146
#endif
145
147