We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1dce7f commit 8c0d5d7Copy full SHA for 8c0d5d7
arch/mips/include/asm/highmem.h
@@ -51,6 +51,7 @@ extern void kmap_flush_tlb(unsigned long addr);
51
52
#define flush_cache_kmaps() BUG_ON(cpu_has_dc_aliases)
53
54
+#define arch_kmap_local_set_pte(mm, vaddr, ptep, ptev) set_pte(ptep, ptev)
55
#define arch_kmap_local_post_map(vaddr, pteval) local_flush_tlb_one(vaddr)
56
#define arch_kmap_local_post_unmap(vaddr) local_flush_tlb_one(vaddr)
57
0 commit comments