From: Dave Martin Date: Thu, 23 Jun 2011 16:30:11 +0000 (+0100) Subject: ARM: mm: tlb-v4wb: Use the new processor struct macros X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=2284ece2d6c1958dc0166aa3e9db0d0ee923ccb7;p=linux-beck.git ARM: mm: tlb-v4wb: Use the new processor struct macros Signed-off-by: Dave Martin --- diff --git a/arch/arm/mm/tlb-v4wb.S b/arch/arm/mm/tlb-v4wb.S index cb829ca7845d..c04598fa4d4a 100644 --- a/arch/arm/mm/tlb-v4wb.S +++ b/arch/arm/mm/tlb-v4wb.S @@ -69,9 +69,5 @@ ENTRY(v4wb_flush_kern_tlb_range) __INITDATA - .type v4wb_tlb_fns, #object -ENTRY(v4wb_tlb_fns) - .long v4wb_flush_user_tlb_range - .long v4wb_flush_kern_tlb_range - .long v4wb_tlb_flags - .size v4wb_tlb_fns, . - v4wb_tlb_fns + /* define struct cpu_tlb_fns (see and proc-macros.S) */ + define_tlb_functions v4wb, v4wb_tlb_flags