aboutsummaryrefslogtreecommitdiffstats
path: root/arch/c6x/mm
diff options
context:
space:
mode:
Diffstat (limited to 'arch/c6x/mm')
-rw-r--r--arch/c6x/mm/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/c6x/mm/init.c b/arch/c6x/mm/init.c
index 3987a20fdee6..c9ae8ce731d5 100644
--- a/arch/c6x/mm/init.c
+++ b/arch/c6x/mm/init.c
@@ -65,7 +65,7 @@ void __init mem_init(void)
65 high_memory = (void *)(memory_end & PAGE_MASK); 65 high_memory = (void *)(memory_end & PAGE_MASK);
66 66
67 /* this will put all memory onto the freelists */ 67 /* this will put all memory onto the freelists */
68 totalram_pages = free_all_bootmem(); 68 free_all_bootmem();
69 69
70 codek = (_etext - _stext) >> 10; 70 codek = (_etext - _stext) >> 10;
71 datak = (_end - _sdata) >> 10; 71 datak = (_end - _sdata) >> 10;