diff options
Diffstat (limited to 'arch/parisc/kernel/cache.c')
-rw-r--r-- | arch/parisc/kernel/cache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/parisc/kernel/cache.c b/arch/parisc/kernel/cache.c index 65fb4cbc3a0f..2e65aa54bd10 100644 --- a/arch/parisc/kernel/cache.c +++ b/arch/parisc/kernel/cache.c | |||
@@ -440,8 +440,8 @@ void __flush_tlb_range(unsigned long sid, unsigned long start, | |||
440 | else { | 440 | else { |
441 | unsigned long flags; | 441 | unsigned long flags; |
442 | 442 | ||
443 | mtsp(sid, 1); | ||
444 | purge_tlb_start(flags); | 443 | purge_tlb_start(flags); |
444 | mtsp(sid, 1); | ||
445 | if (split_tlb) { | 445 | if (split_tlb) { |
446 | while (npages--) { | 446 | while (npages--) { |
447 | pdtlb(start); | 447 | pdtlb(start); |