commit | a30aad0408e06249f423524b4af4b3f586ca448f | [log] [tgz] |
---|---|---|
author | Murali Nalajala <mnalajal@codeaurora.org> | Tue Apr 17 16:20:14 2012 +0530 |
committer | Murali Nalajala <mnalajal@codeaurora.org> | Thu Apr 19 12:54:06 2012 +0530 |
tree | 5415547f8682d65a99ff611f0d7b2b99272c29cc | |
parent | c358928229a98956b52809692b95cffe8bba6333 [diff] |
msm: platsmp-8625: Clear the IPC1 pending interrupt in the CORE1 context Once core0 comes out of the PC, it uses the IPC1 interrupt to wake up the core1 out of the sleep(GDFS). Since this interrupt is intended to core1, move the clearing of this interrupt from core0 to core1 context. Remove the masking and umnaking of IPC1, as no other driver is going to use this interupt. Change-Id: I2b3919a69e4c6c0d8f1eec60b3af812f42ba7cd7 Signed-off-by: Murali Nalajala <mnalajal@codeaurora.org>