patch-2.4.21 linux-2.4.21/arch/m68k/mm/sun3mmu.c

Next file: linux-2.4.21/arch/m68k/mvme16x/rtc.c
Previous file: linux-2.4.21/arch/m68k/mm/sun3kmap.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.20/arch/m68k/mm/sun3mmu.c linux-2.4.21/arch/m68k/mm/sun3mmu.c
@@ -96,13 +96,12 @@
 	}
 
 	mmu_emu_init(bootmem_end);
-	
+
 	current->mm = NULL;
 
 	/* memory sizing is a hack stolen from motorola.c..  hope it works for us */
-	zones_size[1] = ((unsigned long)high_memory - PAGE_OFFSET) >> PAGE_SHIFT;
-	zones_size[0] = zones_size[1]/2;
-	zones_size[1] -= zones_size[0];
+	zones_size[0] = ((unsigned long)high_memory - PAGE_OFFSET) >> PAGE_SHIFT;
+	zones_size[1] = 0;
 	
 	free_area_init(zones_size);
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)