diff --git a/sys/mips/mips/machdep.c b/sys/mips/mips/machdep.c index 859f2a668dc8..501162f29733 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;