Merge /pub/scm/linux/kernel/git/torvalds/linux-2.6
[powerpc.git] / arch / powerpc / mm / mmu_decl.h
index bea2d21..9c4538b 100644 (file)
  *  2 of the License, or (at your option) any later version.
  *
  */
+#include <linux/mm.h>
 #include <asm/tlbflush.h>
 #include <asm/mmu.h>
 
+extern void hash_preload(struct mm_struct *mm, unsigned long ea,
+                        unsigned long access, unsigned long trap);
+
+
 #ifdef CONFIG_PPC32
 extern void mapin_ram(void);
 extern int map_page(unsigned long va, phys_addr_t pa, int flags);