Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
[pandora-kernel.git] / arch / powerpc / include / asm / mmu-8xx.h
index 9db877e..3d11d3c 100644 (file)
 
 #ifndef __ASSEMBLY__
 typedef struct {
-       unsigned long id;
+       unsigned int id;
+       unsigned int active;
        unsigned long vdso_base;
 } mm_context_t;
 #endif /* !__ASSEMBLY__ */
 
+#define mmu_virtual_psize      MMU_PAGE_4K
+#define mmu_linear_psize       MMU_PAGE_8M
+
 #endif /* _ASM_POWERPC_MMU_8XX_H_ */