OSDN Git Service

powerpc/mm: thread pgprot_t through create_section_mapping()
[tomoyo/tomoyo-test1.git] / arch / powerpc / include / asm / book3s / 64 / radix.h
index a1c60d5..08c222d 100644 (file)
@@ -294,7 +294,8 @@ static inline unsigned long radix__get_tree_size(void)
 }
 
 #ifdef CONFIG_MEMORY_HOTPLUG
-int radix__create_section_mapping(unsigned long start, unsigned long end, int nid);
+int radix__create_section_mapping(unsigned long start, unsigned long end,
+                                 int nid, pgprot_t prot);
 int radix__remove_section_mapping(unsigned long start, unsigned long end);
 #endif /* CONFIG_MEMORY_HOTPLUG */
 #endif /* __ASSEMBLY__ */