aboutsummaryrefslogtreecommitdiffstats
path: root/arch/xtensa/mm/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/xtensa/mm/init.c')
-rw-r--r--arch/xtensa/mm/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/xtensa/mm/init.c b/arch/xtensa/mm/init.c
index 026d29bee30b..663c1619562c 100644
--- a/arch/xtensa/mm/init.c
+++ b/arch/xtensa/mm/init.c
@@ -184,7 +184,7 @@ void __init mem_init(void)
184#error HIGHGMEM not implemented in init.c 184#error HIGHGMEM not implemented in init.c
185#endif 185#endif
186 186
187 totalram_pages += free_all_bootmem(); 187 free_all_bootmem();
188 188
189 reservedpages = ram = 0; 189 reservedpages = ram = 0;
190 for (tmp = 0; tmp < max_mapnr; tmp++) { 190 for (tmp = 0; tmp < max_mapnr; tmp++) {