Commit 7eac2191 authored by Lennert Buytenhek's avatar Lennert Buytenhek Committed by Russell King

[ARM PATCH] 2457/1: fix two typos in arch/arm/mm/tlb*.S

Patch from Lennert Buytenhek

Fix two typos in arch/arm/mm/tlb*.S

Signed-off-by: Lennert Buytenhek
Signed-off-by: Russell King
parent 26815161
......@@ -44,7 +44,7 @@ ENTRY(v4_flush_user_tlb_range)
mov pc, lr
/*
* v4_flush_kerm_tlb_range(start, end)
* v4_flush_kern_tlb_range(start, end)
*
* Invalidate a range of TLB entries in the specified kernel
* address range.
......
......@@ -47,7 +47,7 @@ ENTRY(v4wb_flush_user_tlb_range)
mov pc, lr
/*
* v4_flush_kerm_tlb_range(start, end)
* v4_flush_kern_tlb_range(start, end)
*
* Invalidate a range of TLB entries in the specified kernel
* address range.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment