msm: platsmp-8625: Fix latency during cpu_up path

As core-0 has already done the calibrate delay, the global lpj preset
value can be used for the secondary cpu. This will avoid the need
for recalibration.

CRs-Fixed: 354745
Change-Id: If91807439b0c1f82688fcae72eaabe17a57840ae
Signed-off-by: Krishna Vanka <kvanka@codeaurora.org>
diff --git a/arch/arm/mach-msm/platsmp-8625.c b/arch/arm/mach-msm/platsmp-8625.c
index 3826b12..91f1133 100644
--- a/arch/arm/mach-msm/platsmp-8625.c
+++ b/arch/arm/mach-msm/platsmp-8625.c
@@ -170,6 +170,8 @@
 {
 	unsigned long timeout;
 
+	preset_lpj = loops_per_jiffy;
+
 	if (cold_boot_done == false) {
 		if (msm8625_release_secondary()) {
 			pr_err("Failed to release secondary core\n");