diff options
author | Dave Martin <dave.martin@linaro.org> | 2011-06-23 17:15:44 +0100 |
---|---|---|
committer | Dave Martin <dave.martin@linaro.org> | 2011-07-07 15:31:06 +0100 |
commit | d5b5b2e2f8ed10d747854a78f6fab74315eb3607 (patch) | |
tree | 200eeac507b008f7a64511907503009ebd23647b /arch/arm/mm/cache-v4wt.S | |
parent | eec95e56e6b73cd64468401ce171e70c825b246a (diff) | |
download | op-kernel-dev-d5b5b2e2f8ed10d747854a78f6fab74315eb3607.zip op-kernel-dev-d5b5b2e2f8ed10d747854a78f6fab74315eb3607.tar.gz |
ARM: mm: cache-v4wt: Use the new processor struct macros
Signed-off-by: Dave Martin <dave.martin@linaro.org>
Diffstat (limited to 'arch/arm/mm/cache-v4wt.S')
-rw-r--r-- | arch/arm/mm/cache-v4wt.S | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/arch/arm/mm/cache-v4wt.S b/arch/arm/mm/cache-v4wt.S index a7b276d..4d7b467 100644 --- a/arch/arm/mm/cache-v4wt.S +++ b/arch/arm/mm/cache-v4wt.S @@ -197,16 +197,5 @@ ENDPROC(v4wt_dma_map_area) __INITDATA - .type v4wt_cache_fns, #object -ENTRY(v4wt_cache_fns) - .long v4wt_flush_icache_all - .long v4wt_flush_kern_cache_all - .long v4wt_flush_user_cache_all - .long v4wt_flush_user_cache_range - .long v4wt_coherent_kern_range - .long v4wt_coherent_user_range - .long v4wt_flush_kern_dcache_area - .long v4wt_dma_map_area - .long v4wt_dma_unmap_area - .long v4wt_dma_flush_range - .size v4wt_cache_fns, . - v4wt_cache_fns + @ define struct cpu_cache_fns (see <asm/cacheflush.h> and proc-macros.S) + define_cache_functions v4wt |