summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2008-11-30 08:40:04 +0000
committerimp <imp@FreeBSD.org>2008-11-30 08:40:04 +0000
commit5fd834f69d61fdc36dd2b34d94050839dac6fcad (patch)
tree1e755ae17b9937a43c54d18f1bfe809153a1b782
parent8562e5b08027692b9a31552d59055ac5acd15e68 (diff)
downloadFreeBSD-src-5fd834f69d61fdc36dd2b34d94050839dac6fcad.zip
FreeBSD-src-5fd834f69d61fdc36dd2b34d94050839dac6fcad.tar.gz
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.
-rw-r--r--sys/mips/mips/machdep.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/mips/mips/machdep.c b/sys/mips/mips/machdep.c
index 859f2a6..501162f 100644
--- a/sys/mips/mips/machdep.c
+++ b/sys/mips/mips/machdep.c
@@ -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;
OpenPOWER on IntegriCloud