[PATCH] wait_table and zonelist initializing for memory hotadd: add return code for...
[linux-2.6-block.git] / include / linux / mmzone.h
index 652673ea92f126feb52cbef5200137da430a0c96..e82fc1a52cd06a6890dd95193647e90fec1f677d 100644 (file)
@@ -333,6 +333,9 @@ void wakeup_kswapd(struct zone *zone, int order);
 int zone_watermark_ok(struct zone *z, int order, unsigned long mark,
                int classzone_idx, int alloc_flags);
 
+extern int init_currently_empty_zone(struct zone *zone, unsigned long start_pfn,
+                                    unsigned long size);
+
 #ifdef CONFIG_HAVE_MEMORY_PRESENT
 void memory_present(int nid, unsigned long start, unsigned long end);
 #else