diff options
Diffstat (limited to 'arch/tile/mm/init.c')
-rw-r--r-- | arch/tile/mm/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/tile/mm/init.c b/arch/tile/mm/init.c index ccfeb3f2e769..45ce26d4e474 100644 --- a/arch/tile/mm/init.c +++ b/arch/tile/mm/init.c | |||
@@ -846,7 +846,7 @@ void __init mem_init(void) | |||
846 | set_max_mapnr_init(); | 846 | set_max_mapnr_init(); |
847 | 847 | ||
848 | /* this will put all bootmem onto the freelists */ | 848 | /* this will put all bootmem onto the freelists */ |
849 | totalram_pages += free_all_bootmem(); | 849 | free_all_bootmem(); |
850 | 850 | ||
851 | #ifndef CONFIG_64BIT | 851 | #ifndef CONFIG_64BIT |
852 | /* count all remaining LOWMEM and give all HIGHMEM to page allocator */ | 852 | /* count all remaining LOWMEM and give all HIGHMEM to page allocator */ |