Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mips/mips Don't print an extra cpu0: prefix.
details: https://anonhg.NetBSD.org/src/rev/823d63565ffa
branches: trunk
changeset: 482680:823d63565ffa
user: mycroft <mycroft%NetBSD.org@localhost>
date: Sat Feb 19 04:00:59 2000 +0000
description:
Don't print an extra cpu0: prefix.
diffstat:
sys/arch/mips/mips/mips_machdep.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (26 lines):
diff -r 6f153c9f8206 -r 823d63565ffa sys/arch/mips/mips/mips_machdep.c
--- a/sys/arch/mips/mips/mips_machdep.c Sat Feb 19 03:59:04 2000 +0000
+++ b/sys/arch/mips/mips/mips_machdep.c Sat Feb 19 04:00:59 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mips_machdep.c,v 1.65 2000/02/01 18:38:50 thorpej Exp $ */
+/* $NetBSD: mips_machdep.c,v 1.66 2000/02/19 04:00:59 mycroft Exp $ */
/*-
* Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -52,7 +52,7 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: mips_machdep.c,v 1.65 2000/02/01 18:38:50 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: mips_machdep.c,v 1.66 2000/02/19 04:00:59 mycroft Exp $");
#include "opt_compat_netbsd.h"
#include "opt_compat_ultrix.h"
@@ -549,7 +549,6 @@
if (cpu_id.cpu.cp_imp == MIPS_RC64470) /* FPU PRid is 0x21 */
fpuname = "built-in FPU";
- printf("cpu0: ");
if (cpuname != NULL)
printf(cpuname);
else
Home |
Main Index |
Thread Index |
Old Index