]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/bootmem.h
mm: introduce non panic alloc_bootmem
[linux-2.6-omap-h63xx.git] / include / linux / bootmem.h
index dd8fee6c46d924f11258accae6c0d07f4b9ae571..f352c5f125b40cb9902099e0037cb5bcef997168 100644 (file)
@@ -89,6 +89,10 @@ extern void *__alloc_bootmem_node(pg_data_t *pgdat,
                                  unsigned long size,
                                  unsigned long align,
                                  unsigned long goal);
+extern void *__alloc_bootmem_node_nopanic(pg_data_t *pgdat,
+                                 unsigned long size,
+                                 unsigned long align,
+                                 unsigned long goal);
 extern unsigned long init_bootmem_node(pg_data_t *pgdat,
                                       unsigned long freepfn,
                                       unsigned long startpfn,