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

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

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

+2 -6
+2 -6
arch/arm/mm/tlb-v4.S
··· 57 57 58 58 __INITDATA 59 59 60 - .type v4_tlb_fns, #object 61 - ENTRY(v4_tlb_fns) 62 - .long v4_flush_user_tlb_range 63 - .long v4_flush_kern_tlb_range 64 - .long v4_tlb_flags 65 - .size v4_tlb_fns, . - v4_tlb_fns 60 + /* define struct cpu_tlb_fns (see <asm/tlbflush.h> and proc-macros.S) */ 61 + define_tlb_functions v4, v4_tlb_flags