tree f8d664dc6589c9f5dceec9d7a2a1c9dde3ff7876
parent 21ea9f63297497df3040c70a67a207d229368a4c
author Miles Bader <[EMAIL PROTECTED]> Thu, 28 Jul 2005 01:44:55 -0700
committer Linus Torvalds <[EMAIL PROTECTED]> Thu, 28 Jul 2005 06:26:03 -0700

[PATCH] v850: Add pte_file

Signed-off-by: Miles Bader <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
Signed-off-by: Linus Torvalds <[EMAIL PROTECTED]>

 include/asm-v850/pgtable.h |    2 ++
 1 files changed, 2 insertions(+)

diff --git a/include/asm-v850/pgtable.h b/include/asm-v850/pgtable.h
--- 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)
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to