diff options
Diffstat (limited to 'arch/powerpc/mm/numa.c')
-rw-r--r-- | arch/powerpc/mm/numa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/mm/numa.c b/arch/powerpc/mm/numa.c index c12adc3ddffd..bc60322d2436 100644 --- a/arch/powerpc/mm/numa.c +++ b/arch/powerpc/mm/numa.c | |||
@@ -675,7 +675,7 @@ void __init do_init_bootmem(void) | |||
675 | dbg("reserve_bootmem %lx %lx\n", physbase, | 675 | dbg("reserve_bootmem %lx %lx\n", physbase, |
676 | size); | 676 | size); |
677 | reserve_bootmem_node(NODE_DATA(nid), physbase, | 677 | reserve_bootmem_node(NODE_DATA(nid), physbase, |
678 | size); | 678 | size, BOOTMEM_DEFAULT); |
679 | } | 679 | } |
680 | } | 680 | } |
681 | 681 | ||