diff --git a/[refs] b/[refs] index 967f00e48106..d7cb12d9a5c3 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 21ea9f63297497df3040c70a67a207d229368a4c +refs/heads/master: 947ac8b9265e2a22552552d011db1e161f802a4a diff --git a/trunk/include/asm-v850/pgtable.h b/trunk/include/asm-v850/pgtable.h index 76e380e481e9..3cf8775ce85f 100644 --- a/trunk/include/asm-v850/pgtable.h +++ b/trunk/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)