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.
This commit is contained in:
Warner Losh 2008-11-30 08:40:04 +00:00
parent 93e34865fa
commit 55a98c0d2e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=185471

View File

@ -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;