mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-07 04:09:21 +00:00
ARM: mm: tlb-v4wbi: Use the new processor struct macros
Signed-off-by: Dave Martin <dave.martin@linaro.org>
This commit is contained in:
parent
2284ece2d6
commit
ca56096367
1 changed files with 2 additions and 6 deletions
|
@ -60,9 +60,5 @@ ENTRY(v4wbi_flush_kern_tlb_range)
|
|||
|
||||
__INITDATA
|
||||
|
||||
.type v4wbi_tlb_fns, #object
|
||||
ENTRY(v4wbi_tlb_fns)
|
||||
.long v4wbi_flush_user_tlb_range
|
||||
.long v4wbi_flush_kern_tlb_range
|
||||
.long v4wbi_tlb_flags
|
||||
.size v4wbi_tlb_fns, . - v4wbi_tlb_fns
|
||||
/* define struct cpu_tlb_fns (see <asm/tlbflush.h> and proc-macros.S) */
|
||||
define_tlb_functions v4wbi, v4wbi_tlb_flags
|
||||
|
|
Loading…
Reference in a new issue