Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hp300/hp300 Also don't print \n without DIAGNOSTIC.
details: https://anonhg.NetBSD.org/src/rev/92f4c898aacd
branches: trunk
changeset: 521976:92f4c898aacd
user: gmcgarry <gmcgarry%NetBSD.org@localhost>
date: Sun Feb 10 00:41:21 2002 +0000
description:
Also don't print \n without DIAGNOSTIC.
diffstat:
sys/arch/hp300/hp300/machdep.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r 18d1101c3579 -r 92f4c898aacd sys/arch/hp300/hp300/machdep.c
--- a/sys/arch/hp300/hp300/machdep.c Sat Feb 09 23:58:30 2002 +0000
+++ b/sys/arch/hp300/hp300/machdep.c Sun Feb 10 00:41:21 2002 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.153 2002/02/02 04:17:37 gmcgarry Exp $ */
+/* $NetBSD: machdep.c,v 1.154 2002/02/10 00:41:21 gmcgarry Exp $ */
/*
* Copyright (c) 1988 University of Utah.
@@ -595,10 +595,10 @@
printf("%s\n", cpu_model);
#ifdef DIAGNOSTIC
printf("cpu: delay divisor %d", delay_divisor);
-#endif
if (mmuid)
printf(", mmuid %d", mmuid);
printf("\n");
+#endif
/*
* Now that we have told the user what they have,
Home |
Main Index |
Thread Index |
Old Index