diff options
Diffstat (limited to 'arch/um/kernel/mem.c')
| -rw-r--r-- | arch/um/kernel/mem.c | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/um/kernel/mem.c b/arch/um/kernel/mem.c index ca91accd64fc..a5b4fe2ad931 100644 --- a/arch/um/kernel/mem.c +++ b/arch/um/kernel/mem.c @@ -73,7 +73,6 @@ void __init mem_init(void)  	/* this will put all low memory onto the freelists */  	memblock_free_all(); -	max_low_pfn = totalram_pages();  	max_pfn = max_low_pfn;  	kmalloc_ok = 1;  }  |