| commit | 1bf3f2d4cf3595c4cd5aa4fa2f070cf6cf841bf7 | [log] [tgz] |
|---|---|---|
| author | Trilok Soni <tsoni@codeaurora.org> | Sat May 26 11:58:59 2012 +0530 |
| committer | Trilok Soni <tsoni@codeaurora.org> | Thu Jun 21 12:25:14 2012 +0530 |
| tree | 5ff6f0378154da7dc15e99e730c711c7dfa0240a | |
| parent | cdb31565a7ea6f5792c25b6d2152a87e7e8e60e5 [diff] |
ARM: gic: Remove unnecessary irq spinlocks from gic_resume path Remove the unnecessary irq spinlocks from gic resume path since it always gets called with interrupt disabled. It also fixes the bug introduced by commit 6278db09f where it called spin_lock again on the same lock. CRs-Fixed: 370894 Change-Id: I94f81cc0d93f362ac233c9af637cbe75036903f9 Signed-off-by: Trilok Soni <tsoni@codeaurora.org>