diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2013-05-11 12:13:10 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2013-06-29 04:46:35 -0400 |
commit | 40d158e61840fbbe23be3f37302a3ca237c15491 (patch) | |
tree | 0421101a49c3a8e639437a6fb8a162b2bcc077ea /arch/score | |
parent | 605c912bb843c024b1ed173dc427cd5c08e5d54d (diff) |
consolidate io_remap_pfn_range definitions
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'arch/score')
-rw-r--r-- | arch/score/include/asm/pgtable.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/score/include/asm/pgtable.h b/arch/score/include/asm/pgtable.h index 2fd469807683..db96ad9afc03 100644 --- a/arch/score/include/asm/pgtable.h +++ b/arch/score/include/asm/pgtable.h | |||
@@ -113,9 +113,6 @@ static inline pte_t pte_mkspecial(pte_t pte) { return pte; } | |||
113 | #define pte_clear(mm, addr, xp) \ | 113 | #define pte_clear(mm, addr, xp) \ |
114 | do { set_pte_at(mm, addr, xp, __pte(0)); } while (0) | 114 | do { set_pte_at(mm, addr, xp, __pte(0)); } while (0) |
115 | 115 | ||
116 | #define io_remap_pfn_range(vma, vaddr, pfn, size, prot) \ | ||
117 | remap_pfn_range(vma, vaddr, pfn, size, prot) | ||
118 | |||
119 | /* | 116 | /* |
120 | * The "pgd_xxx()" functions here are trivial for a folded two-level | 117 | * The "pgd_xxx()" functions here are trivial for a folded two-level |
121 | * setup: the pgd is never bad, and a pmd always exists (as it's folded | 118 | * setup: the pgd is never bad, and a pmd always exists (as it's folded |