Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/sparc64/sparc64 Trim extra space, introduced in apr...
details: https://anonhg.NetBSD.org/src/rev/a0a363b42526
branches: trunk
changeset: 752971:a0a363b42526
user: nakayama <nakayama%NetBSD.org@localhost>
date: Sat Mar 13 15:01:53 2010 +0000
description:
Trim extra space, introduced in aprintfy.
diffstat:
sys/arch/sparc64/sparc64/cpu.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 52a0bfb5cfab -r a0a363b42526 sys/arch/sparc64/sparc64/cpu.c
--- a/sys/arch/sparc64/sparc64/cpu.c Sat Mar 13 14:05:39 2010 +0000
+++ b/sys/arch/sparc64/sparc64/cpu.c Sat Mar 13 15:01:53 2010 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cpu.c,v 1.93 2010/03/11 03:54:56 mrg Exp $ */
+/* $NetBSD: cpu.c,v 1.94 2010/03/13 15:01:53 nakayama Exp $ */
/*
* Copyright (c) 1996
@@ -52,7 +52,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.93 2010/03/11 03:54:56 mrg Exp $");
+__KERNEL_RCSID(0, "$NetBSD: cpu.c,v 1.94 2010/03/13 15:01:53 nakayama Exp $");
#include "opt_multiprocessor.h"
@@ -326,7 +326,7 @@
prom_getpropint(node, "icache-associativity", 1);
bigcache = cachesize;
- sep = " ";
+ sep = "";
if (totalsize > 0) {
aprint_normal("%s%ldK instruction (%ld b/l)", sep,
(long)totalsize/1024,
Home |
Main Index |
Thread Index |
Old Index