commit | 564c90aa07cd43dc434d46cef8a15773a23d49a2 | [log] [tgz] |
---|---|---|
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | Tue Jun 28 13:46:09 2005 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Tue Jun 28 13:46:09 2005 +0100 |
tree | e9ac4ec0e396359dba8e8eb7e46b42ae33ee944f | |
parent | 603fff54420a0ccc4c3b48bfef43896fb4e33161 [diff] [blame] |
[PATCH] ARM SMP: Use local_flush_tlb* where we really want to be local Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
diff --git a/arch/arm/mm/mm-armv.c b/arch/arm/mm/mm-armv.c index 052ab44..c3bd503 100644 --- a/arch/arm/mm/mm-armv.c +++ b/arch/arm/mm/mm-armv.c
@@ -682,7 +682,7 @@ } flush_cache_all(); - flush_tlb_all(); + local_flush_tlb_all(); top_pmd = pmd_off_k(0xffff0000); }