Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: mm: tlb-v3: Use the new processor struct macros

Signed-off-by: Dave Martin <dave.martin@linaro.org>

+2 -6
+2 -6
arch/arm/mm/tlb-v3.S
··· 44 44 45 45 __INITDATA 46 46 47 - .type v3_tlb_fns, #object 48 - ENTRY(v3_tlb_fns) 49 - .long v3_flush_user_tlb_range 50 - .long v3_flush_kern_tlb_range 51 - .long v3_tlb_flags 52 - .size v3_tlb_fns, . - v3_tlb_fns 47 + /* define struct cpu_tlb_fns (see <asm/tlbflush.h> and proc-macros.S) */ 48 + define_tlb_functions v3, v3_tlb_flags