projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d17307
)
nios2: flush_tlb_pid can just restore TLBMISC once
author
Nicholas Piggin
<npiggin@gmail.com>
Mon, 5 Nov 2018 02:47:32 +0000
(10:47 +0800)
committer
Ley Foon Tan
<ley.foon.tan@intel.com>
Wed, 6 Mar 2019 21:29:35 +0000
(
05:29
+0800)
This matches the other functions in this file that use TLBMISC.
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Signed-off-by: Ley Foon Tan <ley.foon.tan@intel.com>
arch/nios2/mm/tlb.c
patch
|
blob
|
history
diff --git
a/arch/nios2/mm/tlb.c
b/arch/nios2/mm/tlb.c
index 6e0fcaa0230ab53a24bebcf5203c4d76d10f25c0..b87387d664d159fed67c868e2ccb0115c4abec00 100644
(file)
--- a/
arch/nios2/mm/tlb.c
+++ b/
arch/nios2/mm/tlb.c
@@
-228,9
+228,9
@@
void flush_tlb_pid(unsigned long pid)
}
addr += PAGE_SIZE;
-
- WRCTL(CTL_TLBMISC, org_misc);
}
+
+ WRCTL(CTL_TLBMISC, org_misc);
}
void flush_tlb_all(void)