Date: Sun, 30 Nov 2008 08:40:04 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r185471 - head/sys/mips/mips Message-ID: <200811300840.mAU8e4P4081471@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811300840.mAU8e4P4081471>