Skip to content

Commit

Permalink
ARM: 5858/1: Remove unused vma_vm_flags macro from v7wbi_flush_user_t…
Browse files Browse the repository at this point in the history
…lb_range

Signed-off-by: Bahadir Balban <bbalban@b-labs.co.uk>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Bahadir Balban authored and Russell King committed Jan 5, 2010
1 parent 3ac5843 commit 070f1f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/arm/mm/tlb-v7.S
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ ENTRY(v7wbi_flush_user_tlb_range)
asid r3, r3 @ mask ASID
orr r0, r3, r0, lsl #PAGE_SHIFT @ Create initial MVA
mov r1, r1, lsl #PAGE_SHIFT
vma_vm_flags r2, r2 @ get vma->vm_flags
1:
#ifdef CONFIG_SMP
mcr p15, 0, r0, c8, c3, 1 @ TLB invalidate U MVA (shareable)
Expand Down

0 comments on commit 070f1f1

Please sign in to comment.