diff options
author | Dave Martin <dave.martin@linaro.org> | 2011-06-23 12:28:50 -0400 |
---|---|---|
committer | Dave Martin <dave.martin@linaro.org> | 2011-07-07 10:31:11 -0400 |
commit | 27eebe4cc98c739298b271609d8d064a31f32522 (patch) | |
tree | f40e73bdac0b61bdc110fbf27a7d7e7f80f9c763 /arch | |
parent | ab1a746da9dd19e30a98d9744d5c7dc6df597fb0 (diff) |
ARM: mm: tlb-fa: Use the new processor struct macros
Signed-off-by: Dave Martin <dave.martin@linaro.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mm/tlb-fa.S | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/arch/arm/mm/tlb-fa.S b/arch/arm/mm/tlb-fa.S index 9694f1f6f485..7a2e56c5d89a 100644 --- a/arch/arm/mm/tlb-fa.S +++ b/arch/arm/mm/tlb-fa.S | |||
@@ -67,9 +67,5 @@ ENTRY(fa_flush_kern_tlb_range) | |||
67 | 67 | ||
68 | __INITDATA | 68 | __INITDATA |
69 | 69 | ||
70 | .type fa_tlb_fns, #object | 70 | /* define struct cpu_tlb_fns (see <asm/tlbflush.h> and proc-macros.S) */ |
71 | ENTRY(fa_tlb_fns) | 71 | define_tlb_functions fa, fa_tlb_flags |
72 | .long fa_flush_user_tlb_range | ||
73 | .long fa_flush_kern_tlb_range | ||
74 | .long fa_tlb_flags | ||
75 | .size fa_tlb_fns, . - fa_tlb_fns | ||