From 5fd834f69d61fdc36dd2b34d94050839dac6fcad Mon Sep 17 00:00:00 2001 From: imp Date: Sun, 30 Nov 2008 08:40:04 +0000 Subject: 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. --- sys/mips/mips/machdep.c | 2 -- 1 file changed, 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; -- cgit v1.1