This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / arch / h8300 / kernel / setup.c
index f469d91..2742e53 100644 (file)
@@ -218,7 +218,7 @@ static int show_cpuinfo(struct seq_file *m, void *v)
                   "BogoMips:\t%lu.%02lu\n"
                   "Calibration:\t%lu loops\n",
                   cpu,mode,
-                  clockfreq/1000,clockfreq%1000,
+                  clockfreq/100,clockfreq%100,
                   (loops_per_jiffy*HZ)/500000,((loops_per_jiffy*HZ)/5000)%100,
                   (loops_per_jiffy*HZ));