All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] H8/300 /proc/cpuinfo typo fix
@ 2004-11-12 16:41 Yoshinori Sato
  0 siblings, 0 replies; only message in thread
From: Yoshinori Sato @ 2004-11-12 16:41 UTC (permalink / raw)
  To: Linus Torvalds, Andrew Morton; +Cc: linux-kernel

Signed-off-by: Yoshinori Sato <ysato@users.sourceforge.jp>

diff -Nru a/arch/h8300/kernel/setup.c b/arch/h8300/kernel/setup.c
--- a/arch/h8300/kernel/setup.c	2004-11-13 01:12:50 +09:00
+++ b/arch/h8300/kernel/setup.c	2004-11-13 01:12:50 +09:00
@@ -218,7 +218,7 @@
 		   "BogoMips:\t%lu.%02lu\n"
 		   "Calibration:\t%lu loops\n",
 	           cpu,mode,
-		   clockfreq/100,clockfreq%100,
+		   clockfreq/1000,clockfreq%1000,
 		   (loops_per_jiffy*HZ)/500000,((loops_per_jiffy*HZ)/5000)%100,
 		   (loops_per_jiffy*HZ));
 
-- 
Yoshinori Sato
<ysato@users.sourceforge.jp>

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-11-12 16:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-12 16:41 [PATCH] H8/300 /proc/cpuinfo typo fix Yoshinori Sato

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.