commit | 2b75c0f93e395aa6130c20a08016b143e6ec8c53 | [log] [tgz] |
---|---|---|
author | Vineet Gupta <vgupta@synopsys.com> | Wed May 07 15:25:10 2014 +0530 |
committer | Vineet Gupta <vgupta@synopsys.com> | Wed Jul 23 11:16:45 2014 +0530 |
tree | df879f7748f993f2e11150208e0c9ab01ef78112 | |
parent | 4c834452aad01531db949414f94f817a86348d59 [diff] |
ARC: [SMP] unify cpu private IRQ requests (TIMER/IPI) The current cpu-private IRQ registration is ugly as it requires need to expose arch_unmask_irq() outside of intc code. So switch to percpu IRQ APIs: -request_percpu_irq [boot core] -enable_percpu_irq [all cores] Encapsulated in helper arc_request_percpu_irq() Signed-off-by: Vineet Gupta <vgupta@synopsys.com>