aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-um/pgtable.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-um/pgtable.h')
-rw-r--r--include/asm-um/pgtable.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asm-um/pgtable.h b/include/asm-um/pgtable.h
index 62ab94a4f1b6..fb477774a2e9 100644
--- a/include/asm-um/pgtable.h
+++ b/include/asm-um/pgtable.h
@@ -323,6 +323,9 @@ static inline pte_t pte_modify(pte_t pte, pgprot_t newprot)
323#define pte_unmap(pte) do { } while (0) 323#define pte_unmap(pte) do { } while (0)
324#define pte_unmap_nested(pte) do { } while (0) 324#define pte_unmap_nested(pte) do { } while (0)
325 325
326struct mm_struct;
327extern pte_t *virt_to_pte(struct mm_struct *mm, unsigned long addr);
328
326#define update_mmu_cache(vma,address,pte) do ; while (0) 329#define update_mmu_cache(vma,address,pte) do ; while (0)
327 330
328/* Encode and de-code a swap entry */ 331/* Encode and de-code a swap entry */