提交 947ac8b9 编写于 作者: M Miles Bader 提交者: Linus Torvalds

[PATCH] v850: Add pte_file

Signed-off-by: NMiles Bader <miles@gnu.org>
Signed-off-by: NAndrew Morton <akpm@osdl.org>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 21ea9f63
......@@ -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)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册