aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-sparc64
diff options
context:
space:
mode:
authorDavid S. Miller <davem@sunset.davemloft.net>2005-09-28 21:31:25 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2005-09-28 21:31:25 -0700
commit801ab3c731e77324c055769491711e620100dbfb (patch)
tree8e04e42d708681703c8e794eccd1c73b7364ba5c /include/asm-sparc64
parent[SPARC64]: Simplify user fault fixup handling. (diff)
downloadlinux-dev-801ab3c731e77324c055769491711e620100dbfb.tar.xz
linux-dev-801ab3c731e77324c055769491711e620100dbfb.zip
[SPARC]: Declare paging_init() in asm/pgtable.h
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/asm-sparc64')
-rw-r--r--include/asm-sparc64/pgtable.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-sparc64/pgtable.h b/include/asm-sparc64/pgtable.h
index 53d612aba8d5..82273c801b07 100644
--- a/include/asm-sparc64/pgtable.h
+++ b/include/asm-sparc64/pgtable.h
@@ -341,6 +341,8 @@ static inline void set_pte_at(struct mm_struct *mm, unsigned long addr, pte_t *p
extern pgd_t swapper_pg_dir[2048];
extern pmd_t swapper_low_pmd_dir[2048];
+extern void paging_init(void);
+
/* These do nothing with the way I have things setup. */
#define mmu_lockarea(vaddr, len) (vaddr)
#define mmu_unlockarea(vaddr, len) do { } while(0)