Added ck2 patchset with BFS357
/arch/x86/kernel/smpboot.c
blob:7e8e905e2ccb98c1fe79c11fda27d122420401c5 -> blob:ee5fcce59a33f295319c5a526102e3c8fba10475
--- arch/x86/kernel/smpboot.c
+++ arch/x86/kernel/smpboot.c
@@ -481,7 +481,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");
}