Skip to content

Commit

Permalink
[PATCH] v850: Add pte_file
Browse files Browse the repository at this point in the history
Signed-off-by: Miles Bader <miles@gnu.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Miles Bader authored and Linus Torvalds committed Jul 27, 2005
1 parent 21ea9f6 commit 947ac8b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/asm-v850/pgtable.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 947ac8b

Please sign in to comment.