diff options
author | imp <imp@FreeBSD.org> | 2008-11-30 08:40:04 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2008-11-30 08:40:04 +0000 |
commit | 5fd834f69d61fdc36dd2b34d94050839dac6fcad (patch) | |
tree | 1e755ae17b9937a43c54d18f1bfe809153a1b782 /sys/mips | |
parent | 8562e5b08027692b9a31552d59055ac5acd15e68 (diff) | |
download | FreeBSD-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.
Diffstat (limited to 'sys/mips')
-rw-r--r-- | sys/mips/mips/machdep.c | 2 |
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; |