PERFORCE change 73535 for review

Juli Mallett jmallett at FreeBSD.org
Sat Mar 19 12:34:09 PST 2005


http://perforce.freebsd.org/chv.cgi?CH=73535

Change 73535 by jmallett at jmallett_windward on 2005/03/19 20:33:52

	Garbage collect.

Affected files ...

.. //depot/projects/mips/sys/mips/mips/machdep.c#51 edit

Differences ...

==== //depot/projects/mips/sys/mips/mips/machdep.c#51 (text+ko) ====

@@ -106,14 +106,9 @@
 {
 	cpu_identify();
 	platform_identify();
-
-	printf("real memory = %lu (%lu MB)\n", physsz,
-	       physsz / (1024 * 1024));
-
 	vm_ksubmap_init(&kmi);
 	bufinit();
 	vm_pager_bufferinit();
-
 }
 
 /* Get current clock frequency for the given cpu id. */


More information about the p4-projects mailing list