msm: Disable PM2 for 8625 bringup
This is needed for the 8625 until the PM changes for 8625 are ready. Change-Id: I3eda29b1c3dbe50193888fe20f658540ed4c04a0 Signed-off-by: Aparna Mallavarapu <aparnam@codeaurora.org>
This commit is contained in:
@@ -1769,6 +1769,8 @@ static int __init msm_pm_init(void)
|
||||
pmd_t *pmd;
|
||||
unsigned long pmdval;
|
||||
|
||||
if (cpu_is_msm8625())
|
||||
return 0;
|
||||
/* Page table for cores to come back up safely. */
|
||||
pc_pgd = pgd_alloc(&init_mm);
|
||||
if (!pc_pgd)
|
||||
|
||||
Reference in New Issue
Block a user