]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
ARC: smp: Introduce smp hook @init_irq_cpu called for all cores
authorVineet Gupta <vgupta@synopsys.com>
Wed, 14 Oct 2015 09:08:02 +0000 (14:38 +0530)
committerVineet Gupta <vgupta@synopsys.com>
Wed, 28 Oct 2015 10:43:41 +0000 (16:13 +0530)
commit286130ebf196d9643800977d57bdb7cda266b49e
tree0048c504925232821d822b201a6f58b87f0b6e9f
parent8721a7f5a6f95c38cacbe1be22c820a7698926ef
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>
arch/arc/include/asm/smp.h
arch/arc/kernel/irq.c
arch/arc/kernel/smp.c