powerpc/mm: Pass node id into create_section_mapping
[linux-2.6-block.git] / arch / powerpc / include / asm / book3s / 64 / hash.h
index 0920eff731b385221edeb46a04ed5f280ad76ff8..b1ace9619e94e2c3e20f82dff65f5136e6431d43 100644 (file)
@@ -201,7 +201,7 @@ extern int __meminit hash__vmemmap_create_mapping(unsigned long start,
 extern void hash__vmemmap_remove_mapping(unsigned long start,
                                     unsigned long page_size);
 
-int hash__create_section_mapping(unsigned long start, unsigned long end);
+int hash__create_section_mapping(unsigned long start, unsigned long end, int nid);
 int hash__remove_section_mapping(unsigned long start, unsigned long end);
 
 #endif /* !__ASSEMBLY__ */