commit | 286130ebf196d9643800977d57bdb7cda266b49e | [log] [tgz] |
---|---|---|
author | Vineet Gupta <vgupta@synopsys.com> | Wed Oct 14 14:38:02 2015 +0530 |
committer | Vineet Gupta <vgupta@synopsys.com> | Wed Oct 28 16:13:41 2015 +0530 |
tree | 0048c504925232821d822b201a6f58b87f0b6e9f | |
parent | 8721a7f5a6f95c38cacbe1be22c820a7698926ef [diff] |
ARC: smp: Introduce smp hook @init_irq_cpu called for all cores Note this is not part of platform owned static machine_desc, but more of device owned plat_smp_ops (rather misnamed) which a IPI provider or some such typically defines. This will help us seperate out the IPI registration from platform specific init_cpu_smp() into device specific init_irq_cpu() Signed-off-by: Vineet Gupta <vgupta@synopsys.com>