Implement ck1 patchset
/arch/x86/kernel/cpu/proc.c
blob:62ac8cb6ba277218eec7cae7c7ef6d474d6406bc -> blob:a8bdf23c43df35d9e57e97815854f19bb5b70285
--- arch/x86/kernel/cpu/proc.c
+++ arch/x86/kernel/cpu/proc.c
@@ -109,7 +109,7 @@ static int show_cpuinfo(struct seq_file
seq_printf(m, "\nbogomips\t: %lu.%02lu\n",
c->loops_per_jiffy/(500000/HZ),
- (c->loops_per_jiffy/(5000/HZ)) % 100);
+ (c->loops_per_jiffy * 10 /(50000/HZ)) % 100);
#ifdef CONFIG_X86_64
if (c->x86_tlbsize > 0)