diff options
Diffstat (limited to 'mm/bootmem.c')
-rw-r--r-- | mm/bootmem.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mm/bootmem.c b/mm/bootmem.c index 142c84a54993..bde170dd2fde 100644 --- a/mm/bootmem.c +++ b/mm/bootmem.c | |||
@@ -526,6 +526,12 @@ int __init reserve_bootmem(unsigned long addr, unsigned long size, | |||
526 | } | 526 | } |
527 | 527 | ||
528 | #ifndef CONFIG_NO_BOOTMEM | 528 | #ifndef CONFIG_NO_BOOTMEM |
529 | int __weak __init reserve_bootmem_generic(unsigned long phys, unsigned long len, | ||
530 | int flags) | ||
531 | { | ||
532 | return reserve_bootmem(phys, len, flags); | ||
533 | } | ||
534 | |||
529 | static unsigned long __init align_idx(struct bootmem_data *bdata, | 535 | static unsigned long __init align_idx(struct bootmem_data *bdata, |
530 | unsigned long idx, unsigned long step) | 536 | unsigned long idx, unsigned long step) |
531 | { | 537 | { |