PERFORCE change 152071 for review
    Oleksandr Tymoshenko 
    gonzo at FreeBSD.org
       
    Tue Oct 28 03:34:29 UTC 2008
    
    
  
http://perforce.freebsd.org/chv.cgi?CH=152071
Change 152071 by gonzo at gonzo_jeeves on 2008/10/28 03:34:23
	There is no reason to print version manually SYSINIT will do it for us
Affected files ...
.. //depot/projects/mips2/src/sys/mips/mips/machdep.c#44 edit
Differences ...
==== //depot/projects/mips2/src/sys/mips/mips/machdep.c#44 (text+ko) ====
@@ -165,11 +165,6 @@
 	if (boothowto & RB_VERBOSE)
 		bootverbose++;
 
-	/*
-	 * 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 p4-projects
mailing list