git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c83445
)
ARC: [SMP] unify cpu private IRQ requests (TIMER/IPI)
author
Vineet Gupta
<vgupta@synopsys.com>
Wed, 7 May 2014 09:55:10 +0000
(15:25 +0530)
committer
Vineet Gupta
<vgupta@synopsys.com>
Wed, 23 Jul 2014 05:46:45 +0000
(11:16 +0530)
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>
No differences found