Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5175
b: refs/heads/master
c: 947ac8b
h: refs/heads/master
i:
  5173: abf21af
  5171: 65d04cb
  5167: 164c9e7
v: v3
  • Loading branch information
Miles Bader authored and Linus Torvalds committed Jul 27, 2005
1 parent 787a7bd commit 5a99779
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 21ea9f63297497df3040c70a67a207d229368a4c
refs/heads/master: 947ac8b9265e2a22552552d011db1e161f802a4a
2 changes: 2 additions & 0 deletions trunk/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 5a99779

Please sign in to comment.