diff options
Diffstat (limited to 'arch/openrisc/mm/init.c')
-rw-r--r-- | arch/openrisc/mm/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/openrisc/mm/init.c b/arch/openrisc/mm/init.c index b7670de26c11..91a6a9ab7598 100644 --- a/arch/openrisc/mm/init.c +++ b/arch/openrisc/mm/init.c | |||
@@ -213,7 +213,7 @@ void __init mem_init(void) | |||
213 | memset((void *)empty_zero_page, 0, PAGE_SIZE); | 213 | memset((void *)empty_zero_page, 0, PAGE_SIZE); |
214 | 214 | ||
215 | /* this will put all low memory onto the freelists */ | 215 | /* this will put all low memory onto the freelists */ |
216 | free_all_bootmem(); | 216 | memblock_free_all(); |
217 | 217 | ||
218 | mem_init_print_info(NULL); | 218 | mem_init_print_info(NULL); |
219 | 219 | ||