svn commit: r185471 - head/sys/mips/mips

Warner Losh imp at FreeBSD.org
Sun Nov 30 00:40:05 PST 2008


Author: imp
Date: Sun Nov 30 08:40:04 2008
New Revision: 185471
URL: http://svn.freebsd.org/changeset/base/185471

Log:
  On FreeBSD, printing the version is centralized, so no need to repeat
  it here.  I think that gonzo@ has also made this change to p4.

Modified:
  head/sys/mips/mips/machdep.c

Modified: head/sys/mips/mips/machdep.c
==============================================================================
--- head/sys/mips/mips/machdep.c	Sun Nov 30 07:25:03 2008	(r185470)
+++ head/sys/mips/mips/machdep.c	Sun Nov 30 08:40:04 2008	(r185471)
@@ -168,8 +168,6 @@ cpu_startup(void *dummy)
 	/*
 	 * Good {morning,afternoon,evening,night}.
 	 */
-	printf("%s", version);
-
 	printf("real memory  = %lu (%luK bytes)\n", ptoa(Maxmem),
 	    ptoa(Maxmem) / 1024);
 	realmem = Maxmem;


More information about the svn-src-head mailing list