]> err.no Git - linux-2.6/blobdiff - include/asm-powerpc/sparsemem.h
powerpc: Check that TASK_SIZE does not overlap KERNEL_START
[linux-2.6] / include / asm-powerpc / sparsemem.h
index c5acf4ccf57198dba85e3ce895de6aefbb433609..9aea8e9f0bd144ba5ba6086554a4f0cafaad6e81 100644 (file)
@@ -15,7 +15,7 @@
 
 #ifdef CONFIG_MEMORY_HOTPLUG
 extern void create_section_mapping(unsigned long start, unsigned long end);
-extern void remove_section_mapping(unsigned long start, unsigned long end);
+extern int remove_section_mapping(unsigned long start, unsigned long end);
 #ifdef CONFIG_NUMA
 extern int hot_add_scn_to_nid(unsigned long scn_addr);
 #else