powerpc/mm/book3s-64: Move _PAGE_PRESENT to the most significant bit
[cascardo/linux.git] / arch / powerpc / mm / mmu_decl.h
index 9f58ff4..898d633 100644 (file)
@@ -110,7 +110,8 @@ extern unsigned long Hash_size, Hash_mask;
 #endif /* CONFIG_PPC32 */
 
 #ifdef CONFIG_PPC64
-extern int map_kernel_page(unsigned long ea, unsigned long pa, int flags);
+extern int map_kernel_page(unsigned long ea, unsigned long pa,
+                          unsigned long flags);
 #endif /* CONFIG_PPC64 */
 
 extern unsigned long ioremap_bot;