mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-01 02:21:16 +00:00
Merge "msm: pm: Remove jtag save/restore from msm-pm"
This commit is contained in:
commit
a2adbee01c
1 changed files with 0 additions and 5 deletions
|
@ -40,7 +40,6 @@
|
|||
#ifdef CONFIG_VFP
|
||||
#include <asm/vfp.h>
|
||||
#endif
|
||||
#include <soc/qcom/jtag.h>
|
||||
#include "idle.h"
|
||||
#include "pm-boot.h"
|
||||
#include "../../../arch/arm/mach-msm/clock.h"
|
||||
|
@ -267,13 +266,9 @@ static bool __ref msm_pm_spm_power_collapse(
|
|||
pr_info("CPU%u: %s: program vector to %p\n",
|
||||
cpu, __func__, entry);
|
||||
|
||||
msm_jtag_save_state();
|
||||
|
||||
collapsed = save_cpu_regs ?
|
||||
!__cpu_suspend(0, msm_pm_collapse) : msm_pm_pc_hotplug();
|
||||
|
||||
msm_jtag_restore_state();
|
||||
|
||||
if (collapsed)
|
||||
local_fiq_enable();
|
||||
|
||||
|
|
Loading…
Reference in a new issue