aboutsummaryrefslogtreecommitdiffstats
path: root/arch/sparc64
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2007-11-19 23:43:00 -0800
committerDavid S. Miller <davem@sunset.davemloft.net>2007-12-05 05:37:58 -0800
commit519c4d2debebc82b201b80fdc48643e19233eb97 (patch)
treee9e070f19635d67258e2bf030b4c994e593e4572 /arch/sparc64
parent[SPARC64]: Add missing pci_dev_put (diff)
downloadlinux-dev-519c4d2debebc82b201b80fdc48643e19233eb97.tar.xz
linux-dev-519c4d2debebc82b201b80fdc48643e19233eb97.zip
[SPARC64]: Add missing "space"
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc64')
-rw-r--r--arch/sparc64/kernel/smp.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/arch/sparc64/kernel/smp.c b/arch/sparc64/kernel/smp.c
index 7cd8d94df0dc..894b506f9636 100644
--- a/arch/sparc64/kernel/smp.c
+++ b/arch/sparc64/kernel/smp.c
@@ -236,8 +236,9 @@ void smp_synchronize_tick_client(void)
t[i].rt, t[i].master, t[i].diff, t[i].lat);
#endif
- printk(KERN_INFO "CPU %d: synchronized TICK with master CPU (last diff %ld cycles,"
- "maxerr %lu cycles)\n", smp_processor_id(), delta, rt);
+ printk(KERN_INFO "CPU %d: synchronized TICK with master CPU "
+ "(last diff %ld cycles, maxerr %lu cycles)\n",
+ smp_processor_id(), delta, rt);
}
static void smp_start_sync_tick_client(int cpu);