Merge "soc: qcom: mpm_of: Print snapshot of enabled interrupts"

This commit is contained in:
Linux Build Service Account 2015-08-13 11:32:18 -07:00 committed by Gerrit - the friendly Code Review server
commit a9981cf374

View file

@ -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);