diff options
author | Paul Mundt <lethal@linux-sh.org> | 2007-12-16 20:52:11 -0500 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-01-27 23:19:00 -0500 |
commit | 9acb98fb7ce948063a2269b4f8db83d6bef7e2b0 (patch) | |
tree | f515f951bc97bf6c24e57225554802e7671310a8 /include/asm-sh | |
parent | d7ef4fb3acd1c1b141202c728ab3a78140a44eb7 (diff) |
sh: Stub in page_table_range_init() on nommu.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'include/asm-sh')
-rw-r--r-- | include/asm-sh/pgtable.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-sh/pgtable.h b/include/asm-sh/pgtable.h index 3df90f003e95..a4a8f8b93463 100644 --- a/include/asm-sh/pgtable.h +++ b/include/asm-sh/pgtable.h | |||
@@ -144,6 +144,8 @@ extern void update_mmu_cache(struct vm_area_struct * vma, | |||
144 | unsigned long address, pte_t pte); | 144 | unsigned long address, pte_t pte); |
145 | extern pgd_t swapper_pg_dir[PTRS_PER_PGD]; | 145 | extern pgd_t swapper_pg_dir[PTRS_PER_PGD]; |
146 | extern void paging_init(void); | 146 | extern void paging_init(void); |
147 | extern void page_table_range_init(unsigned long start, unsigned long end, | ||
148 | pgd_t *pgd); | ||
147 | 149 | ||
148 | #include <asm-generic/pgtable.h> | 150 | #include <asm-generic/pgtable.h> |
149 | 151 | ||