diff options
Diffstat (limited to 'arch/frv')
-rw-r--r-- | arch/frv/mm/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/frv/mm/init.c b/arch/frv/mm/init.c index 8ba9d22d0d91..3dcc88803a4f 100644 --- a/arch/frv/mm/init.c +++ b/arch/frv/mm/init.c | |||
@@ -123,7 +123,7 @@ void __init mem_init(void) | |||
123 | int codek = 0, datak = 0; | 123 | int codek = 0, datak = 0; |
124 | 124 | ||
125 | /* this will put all low memory onto the freelists */ | 125 | /* this will put all low memory onto the freelists */ |
126 | totalram_pages = free_all_bootmem(); | 126 | free_all_bootmem(); |
127 | 127 | ||
128 | #ifdef CONFIG_MMU | 128 | #ifdef CONFIG_MMU |
129 | for (loop = 0 ; loop < npages ; loop++) | 129 | for (loop = 0 ; loop < npages ; loop++) |