diff options
Diffstat (limited to 'arch/s390/mm/init.c')
-rw-r--r-- | arch/s390/mm/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/mm/init.c b/arch/s390/mm/init.c index bf01d18422ec..a2aafe1b2300 100644 --- a/arch/s390/mm/init.c +++ b/arch/s390/mm/init.c | |||
@@ -144,7 +144,7 @@ void __init mem_init(void) | |||
144 | cmma_init(); | 144 | cmma_init(); |
145 | 145 | ||
146 | /* this will put all low memory onto the freelists */ | 146 | /* this will put all low memory onto the freelists */ |
147 | totalram_pages += free_all_bootmem(); | 147 | free_all_bootmem(); |
148 | setup_zero_pages(); /* Setup zeroed pages. */ | 148 | setup_zero_pages(); /* Setup zeroed pages. */ |
149 | 149 | ||
150 | reservedpages = 0; | 150 | reservedpages = 0; |