ARM: mm: tlb-fa: Use the new processor struct macros
authorDave Martin <dave.martin@linaro.org>
Thu, 23 Jun 2011 16:28:50 +0000 (17:28 +0100)
committerDave Martin <dave.martin@linaro.org>
Thu, 7 Jul 2011 14:31:11 +0000 (15:31 +0100)
Signed-off-by: Dave Martin <dave.martin@linaro.org>
arch/arm/mm/tlb-fa.S

index 9694f1f6f4854a7261853f5d6329684f9dd98ba4..7a2e56c5d89a5f5642a8b04d32e01d604c377a3c 100644 (file)
@@ -67,9 +67,5 @@ ENTRY(fa_flush_kern_tlb_range)
 
        __INITDATA
 
-       .type   fa_tlb_fns, #object
-ENTRY(fa_tlb_fns)
-       .long   fa_flush_user_tlb_range
-       .long   fa_flush_kern_tlb_range
-       .long   fa_tlb_flags
-       .size   fa_tlb_fns, . - fa_tlb_fns
+       /* define struct cpu_tlb_fns (see <asm/tlbflush.h> and proc-macros.S) */
+       define_tlb_functions fa, fa_tlb_flags
This page took 0.025593 seconds and 5 git commands to generate.