aboutsummaryrefslogtreecommitdiff
path: root/include/asm-v850/pgtable.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-v850/pgtable.h')
-rw-r--r--include/asm-v850/pgtable.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-v850/pgtable.h b/include/asm-v850/pgtable.h
index 76e380e481e..3cf8775ce85 100644
--- a/include/asm-v850/pgtable.h
+++ b/include/asm-v850/pgtable.h
@@ -23,6 +23,8 @@
#define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) })
#define __swp_entry_to_pte(x) ((pte_t) { (x).val })
+static inline int pte_file (pte_t pte) { return 0; }
+
/* These mean nothing to !CONFIG_MMU. */
#define PAGE_NONE __pgprot(0)