diff options
author | David Woodhouse <dwmw2@shinybook.infradead.org> | 2005-08-09 11:51:35 -0400 |
---|---|---|
committer | David Woodhouse <dwmw2@shinybook.infradead.org> | 2005-08-09 11:51:35 -0400 |
commit | c973b112c76c9d8fd042991128f218a738cc8d0a (patch) | |
tree | e813b0da5d0a0e19e06de6462d145a29ad683026 /include/asm-v850/pgtable.h | |
parent | c5fbc3966f48279dbebfde10248c977014aa9988 (diff) | |
parent | 00dd1e433967872f3997a45d5adf35056fdf2f56 (diff) |
Merge with /shiny/git/linux-2.6/.git
Diffstat (limited to 'include/asm-v850/pgtable.h')
-rw-r--r-- | include/asm-v850/pgtable.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-v850/pgtable.h b/include/asm-v850/pgtable.h index 76e380e481e9..3cf8775ce85f 100644 --- a/include/asm-v850/pgtable.h +++ b/include/asm-v850/pgtable.h | |||
@@ -23,6 +23,8 @@ | |||
23 | #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) }) | 23 | #define __pte_to_swp_entry(pte) ((swp_entry_t) { pte_val(pte) }) |
24 | #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) | 24 | #define __swp_entry_to_pte(x) ((pte_t) { (x).val }) |
25 | 25 | ||
26 | static inline int pte_file (pte_t pte) { return 0; } | ||
27 | |||
26 | 28 | ||
27 | /* These mean nothing to !CONFIG_MMU. */ | 29 | /* These mean nothing to !CONFIG_MMU. */ |
28 | #define PAGE_NONE __pgprot(0) | 30 | #define PAGE_NONE __pgprot(0) |