From: Dave Martin Date: Thu, 23 Jun 2011 16:31:01 +0000 (+0100) Subject: ARM: mm: tlb-v6: Use the new processor struct macros X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=3b7f39fa9ad4e19fd87fb1e98a53b4f1700b5d0b;p=linux-beck.git ARM: mm: tlb-v6: Use the new processor struct macros Signed-off-by: Dave Martin --- diff --git a/arch/arm/mm/tlb-v6.S b/arch/arm/mm/tlb-v6.S index 73d7d89b04c4..a685944735c9 100644 --- a/arch/arm/mm/tlb-v6.S +++ b/arch/arm/mm/tlb-v6.S @@ -90,9 +90,5 @@ ENTRY(v6wbi_flush_kern_tlb_range) __INIT - .type v6wbi_tlb_fns, #object -ENTRY(v6wbi_tlb_fns) - .long v6wbi_flush_user_tlb_range - .long v6wbi_flush_kern_tlb_range - .long v6wbi_tlb_flags - .size v6wbi_tlb_fns, . - v6wbi_tlb_fns + /* define struct cpu_tlb_fns (see and proc-macros.S) */ + define_tlb_functions v6wbi, v6wbi_tlb_flags