diff options
Diffstat (limited to 'arch/hexagon/mm/init.c')
-rw-r--r-- | arch/hexagon/mm/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/hexagon/mm/init.c b/arch/hexagon/mm/init.c index 2561d259a296..0ab5b4350e93 100644 --- a/arch/hexagon/mm/init.c +++ b/arch/hexagon/mm/init.c | |||
@@ -70,7 +70,7 @@ unsigned long long kmap_generation; | |||
70 | void __init mem_init(void) | 70 | void __init mem_init(void) |
71 | { | 71 | { |
72 | /* No idea where this is actually declared. Seems to evade LXR. */ | 72 | /* No idea where this is actually declared. Seems to evade LXR. */ |
73 | totalram_pages += free_all_bootmem(); | 73 | free_all_bootmem(); |
74 | num_physpages = bootmem_lastpg-ARCH_PFN_OFFSET; | 74 | num_physpages = bootmem_lastpg-ARCH_PFN_OFFSET; |
75 | 75 | ||
76 | printk(KERN_INFO "totalram_pages = %ld\n", totalram_pages); | 76 | printk(KERN_INFO "totalram_pages = %ld\n", totalram_pages); |