Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Mar 2005 20:34:07 GMT
From:      Juli Mallett <jmallett@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 73535 for review
Message-ID:  <200503192034.j2JKY7HA035685@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=73535

Change 73535 by jmallett@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. */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503192034.j2JKY7HA035685>