projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21ea9f6
)
[PATCH] v850: Add pte_file
author
Miles Bader
<miles@gnu.org>
Wed, 27 Jul 2005 18:44:55 +0000
(11:44 -0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Wed, 27 Jul 2005 23:26:03 +0000
(16:26 -0700)
Signed-off-by: Miles Bader <miles@gnu.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
include/asm-v850/pgtable.h
patch
|
blob
|
blame
|
history
diff --git
a/include/asm-v850/pgtable.h
b/include/asm-v850/pgtable.h
index 76e380e481e9d59f093b6a72b3b2b244994b67a2..3cf8775ce85f11f9aea4e1807cd8553997f5645c 100644
(file)
--- 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)