Merge branch 'topic/paca' into next
[linux-2.6-microblaze.git] / arch / powerpc / mm / pgtable-book3s64.c
index c736280..518518f 100644 (file)
@@ -155,7 +155,7 @@ void mmu_cleanup_all(void)
 }
 
 #ifdef CONFIG_MEMORY_HOTPLUG
-int create_section_mapping(unsigned long start, unsigned long end, int nid)
+int __meminit create_section_mapping(unsigned long start, unsigned long end, int nid)
 {
        if (radix_enabled())
                return radix__create_section_mapping(start, end, nid);
@@ -163,7 +163,7 @@ int create_section_mapping(unsigned long start, unsigned long end, int nid)
        return hash__create_section_mapping(start, end, nid);
 }
 
-int remove_section_mapping(unsigned long start, unsigned long end)
+int __meminit remove_section_mapping(unsigned long start, unsigned long end)
 {
        if (radix_enabled())
                return radix__remove_section_mapping(start, end);