Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/alpha/alpha PR port-alpha/50325: cosmetic fix for c...
details: https://anonhg.NetBSD.org/src/rev/f88d8e6d7cbb
branches: trunk
changeset: 340915:f88d8e6d7cbb
user: martin <martin%NetBSD.org@localhost>
date: Sat Oct 10 17:00:12 2015 +0000
description:
PR port-alpha/50325: cosmetic fix for cpu attach message
from Felix Deichmann.
diffstat:
sys/arch/alpha/alpha/cpu.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 2ce229b7d402 -r f88d8e6d7cbb sys/arch/alpha/alpha/cpu.c
--- a/sys/arch/alpha/alpha/cpu.c Sat Oct 10 10:51:15 2015 +0000
+++ b/sys/arch/alpha/alpha/cpu.c Sat Oct 10 17:00:12 2015 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.c,v 1.95 2012/02/06 02:14:10 matt Exp $ */
+/* $NetBSD: cpu.c,v 1.96 2015/10/10 17:00:12 martin Exp $ */
/*-
* Copyright (c) 1998, 1999, 2000, 2001 The NetBSD Foundation, Inc.
@@ -59,7 +59,7 @@
#include <sys/cdefs.h> /* RCS ID & Copyright macro defns */
-__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.95 2012/02/06 02:14:10 matt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.96 2015/10/10 17:00:12 martin Exp $");
#include "opt_ddb.h"
#include "opt_multiprocessor.h"
@@ -217,7 +217,7 @@
s = cpunametable[i].cpu_minor_names;
for(i = 0; s && s[i]; ++i) {
if (i == minor && strlen(s[i]) != 0) {
- aprint_normal(" (%s)\n", s[i]);
+ aprint_normal(" (%s)", s[i]);
goto recognized;
}
}
Home |
Main Index |
Thread Index |
Old Index