aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/bootmem.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/bootmem.h')
-rw-r--r--include/linux/bootmem.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/bootmem.h b/include/linux/bootmem.h
index 993da8cc9706..7155452fb4a8 100644
--- a/include/linux/bootmem.h
+++ b/include/linux/bootmem.h
@@ -51,6 +51,9 @@ extern void * __init __alloc_bootmem_low_node(pg_data_t *pgdat,
51 unsigned long size, 51 unsigned long size,
52 unsigned long align, 52 unsigned long align,
53 unsigned long goal); 53 unsigned long goal);
54extern void * __init __alloc_bootmem_core(struct bootmem_data *bdata,
55 unsigned long size, unsigned long align, unsigned long goal,
56 unsigned long limit);
54#ifndef CONFIG_HAVE_ARCH_BOOTMEM_NODE 57#ifndef CONFIG_HAVE_ARCH_BOOTMEM_NODE
55extern void __init reserve_bootmem (unsigned long addr, unsigned long size); 58extern void __init reserve_bootmem (unsigned long addr, unsigned long size);
56#define alloc_bootmem(x) \ 59#define alloc_bootmem(x) \