projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17c4fba
)
ARC: comments update
author
Vineet Gupta
<vgupta@synopsys.com>
Wed, 2 Sep 2015 12:27:58 +0000
(17:57 +0530)
committer
Vineet Gupta
<vgupta@synopsys.com>
Mon, 16 Nov 2015 06:30:16 +0000
(12:00 +0530)
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
arch/arc/mm/tlb.c
patch
|
blob
|
history
diff --git
a/arch/arc/mm/tlb.c
b/arch/arc/mm/tlb.c
index 0ee7398468476f57b301bde2fa7c7e13735bb3fb..daf2bf52b984c6781dbb6831e22f013b04e58d0d 100644
(file)
--- a/
arch/arc/mm/tlb.c
+++ b/
arch/arc/mm/tlb.c
@@
-619,10
+619,10
@@
void update_mmu_cache(struct vm_area_struct *vma, unsigned long vaddr_unaligned,
int dirty = !test_and_set_bit(PG_dc_clean, &page->flags);
if (dirty) {
- /* wback + inv dcache lines */
+ /* wback + inv dcache lines
(K-mapping)
*/
__flush_dcache_page(paddr, paddr);
- /* invalidate any existing icache lines */
+ /* invalidate any existing icache lines
(U-mapping)
*/
if (vma->vm_flags & VM_EXEC)
__inv_icache_page(paddr, vaddr);
}