From: Dave Martin Date: Thu, 23 Jun 2011 16:11:16 +0000 (+0100) Subject: ARM: mm: cache-fa: Use the new processor struct macros X-Git-Tag: firefly_0821_release~3680^2~4950^2^2~3^2~11^2~37 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=9bc7491341040632a660ab5e82dababfa32d67e3;p=firefly-linux-kernel-4.4.55.git ARM: mm: cache-fa: Use the new processor struct macros Signed-off-by: Dave Martin --- diff --git a/arch/arm/mm/cache-fa.S b/arch/arm/mm/cache-fa.S index 1fa6f71470de..072016371093 100644 --- a/arch/arm/mm/cache-fa.S +++ b/arch/arm/mm/cache-fa.S @@ -242,16 +242,5 @@ ENDPROC(fa_dma_unmap_area) __INITDATA - .type fa_cache_fns, #object -ENTRY(fa_cache_fns) - .long fa_flush_icache_all - .long fa_flush_kern_cache_all - .long fa_flush_user_cache_all - .long fa_flush_user_cache_range - .long fa_coherent_kern_range - .long fa_coherent_user_range - .long fa_flush_kern_dcache_area - .long fa_dma_map_area - .long fa_dma_unmap_area - .long fa_dma_flush_range - .size fa_cache_fns, . - fa_cache_fns + @ define struct cpu_cache_fns (see and proc-macros.S) + define_cache_functions fa