diff options
Diffstat (limited to 'arch/m32r/mm/init.c')
-rw-r--r-- | arch/m32r/mm/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m32r/mm/init.c b/arch/m32r/mm/init.c index cca87d918436..a501838233ab 100644 --- a/arch/m32r/mm/init.c +++ b/arch/m32r/mm/init.c | |||
@@ -158,7 +158,7 @@ void __init mem_init(void) | |||
158 | 158 | ||
159 | /* this will put all low memory onto the freelists */ | 159 | /* this will put all low memory onto the freelists */ |
160 | for_each_online_node(nid) | 160 | for_each_online_node(nid) |
161 | totalram_pages += free_all_bootmem_node(NODE_DATA(nid)); | 161 | free_all_bootmem_node(NODE_DATA(nid)); |
162 | 162 | ||
163 | reservedpages = reservedpages_count() - hole_pages; | 163 | reservedpages = reservedpages_count() - hole_pages; |
164 | codesize = (unsigned long) &_etext - (unsigned long)&_text; | 164 | codesize = (unsigned long) &_etext - (unsigned long)&_text; |