commit | b1e211ed27c6e09963513cc702f8682fa5fbbe4d | [log] [tgz] |
---|---|---|
author | Jeff Ohlstein <johlstei@codeaurora.org> | Tue May 01 18:55:05 2012 -0700 |
committer | Jeff Ohlstein <johlstei@codeaurora.org> | Fri May 11 18:23:00 2012 -0700 |
tree | 69872df628879de2a8b03b6bc435ee9baf0e1d0b | |
parent | 57c14a090d80eb3e784d0b890b7b9191d9515d9f [diff] |
msm: watchdog: always manage interrupt on core 0 Previously the interrupt could end up being enabled or disabled on either core. Since we switched to the percpu irq framework, it is a problem if we enable the irq on one core and disable it on the other. So, guarantee that the irq is always setup and removed on core 0. Change-Id: Ibebbc1787171893f2115e975d6e610f446602804 Signed-off-by: Jeff Ohlstein <johlstei@codeaurora.org>