mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-01 02:21:16 +00:00
Merge "soc: qcom: mpm_of: Print snapshot of enabled interrupts"
This commit is contained in:
commit
a9981cf374
1 changed files with 2 additions and 0 deletions
|
@ -552,6 +552,8 @@ void msm_mpm_enter_sleep(uint32_t sclk_count, bool from_idle,
|
|||
wakeup = (~0ULL);
|
||||
}
|
||||
|
||||
msm_mpm_gpio_irqs_detectable(from_idle);
|
||||
msm_mpm_irqs_detectable(from_idle);
|
||||
msm_mpm_set(wakeup, !from_idle);
|
||||
if (cpumask)
|
||||
irq_set_affinity(msm_mpm_dev_data.mpm_ipc_irq, cpumask);
|
||||
|
|
Loading…
Reference in a new issue