Implement ck1 patchset
/arch/x86/kernel/smpboot.c
blob:9fd3137230d46af2053cdebb88c3a6ef4867984f -> blob:3c696f6b6a9e5e9fcff43f198e270ba78a3290cb
--- arch/x86/kernel/smpboot.c
+++ arch/x86/kernel/smpboot.c
@@ -430,7 +430,7 @@ static void impress_friends(void)
"Total of %d processors activated (%lu.%02lu BogoMIPS).\n",
num_online_cpus(),
bogosum/(500000/HZ),
- (bogosum/(5000/HZ))%100);
+ (bogosum * 10/(50000/HZ))%100);
pr_debug("Before bogocount - setting activated=1.\n");
}