Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2ba564b9 authored by Dave Martin's avatar Dave Martin
Browse files

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

parent 3b7f39fa
Loading
Loading
Loading
Loading
+2 −7
Original line number Diff line number Diff line
@@ -85,10 +85,5 @@ ENDPROC(v7wbi_flush_kern_tlb_range)

	__INIT

	.type	v7wbi_tlb_fns, #object
ENTRY(v7wbi_tlb_fns)
	.long	v7wbi_flush_user_tlb_range
	.long	v7wbi_flush_kern_tlb_range
	ALT_SMP(.long	v7wbi_tlb_flags_smp)
	ALT_UP(.long	v7wbi_tlb_flags_up)
	.size	v7wbi_tlb_fns, . - v7wbi_tlb_fns
	/* define struct cpu_tlb_fns (see <asm/tlbflush.h> and proc-macros.S) */
	define_tlb_functions v7wbi, v7wbi_tlb_flags_up, flags_smp=v7wbi_tlb_flags_smp