From 55a98c0d2e8fccdcf98154337642694f26fd2e90 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Sun, 30 Nov 2008 08:40:04 +0000 Subject: [PATCH] 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 859f2a668dc..501162f2973 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;