From: Miles Bader Date: Wed, 27 Jul 2005 18:44:55 +0000 (-0700) Subject: [PATCH] v850: Add pte_file X-Git-Tag: v2.6.13-rc4~25^2~89 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=947ac8b9265e2a22552552d011db1e161f802a4a;p=~emulex%2Finfiniband.git [PATCH] v850: Add pte_file Signed-off-by: Miles Bader Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- 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)