Skip to content

Commit

Permalink
ARM: mm: tlb-fa: Use the new processor struct macros
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Martin <dave.martin@linaro.org>
  • Loading branch information
Dave Martin committed Jul 7, 2011
1 parent ab1a746 commit 27eebe4
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions arch/arm/mm/tlb-fa.S
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 27eebe4

Please sign in to comment.