diff options
author | Noam Camus <noamc@ezchip.com> | 2015-12-16 03:10:27 +0200 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2015-12-17 12:56:43 +0530 |
commit | b474a02382b75f4a75c4e94eb9847aad28dd4a37 (patch) | |
tree | be2d5c077c6f62b682022b5d0a905cf7f8c60496 /arch/arc/kernel/mcip.c | |
parent | 323f41f9e7d0cb5b1d1586aded6682855f1e646d (diff) |
ARC: rename smp operation init_irq_cpu() to init_per_cpu()
This will better reflect its description i.e. "any needed setup..."
and not just do an "IPI request".
Signed-off-by: Noam Camus <noamc@ezchip.com>
Acked-by: Vineet Gupta <vgupta@synopsys.com>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/kernel/mcip.c')
-rw-r--r-- | arch/arc/kernel/mcip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arc/kernel/mcip.c b/arch/arc/kernel/mcip.c index 74a9b074ac3e..bd237acdf4f2 100644 --- a/arch/arc/kernel/mcip.c +++ b/arch/arc/kernel/mcip.c @@ -132,7 +132,7 @@ static void mcip_probe_n_setup(void) struct plat_smp_ops plat_smp_ops = { .info = smp_cpuinfo_buf, .init_early_smp = mcip_probe_n_setup, - .init_irq_cpu = mcip_setup_per_cpu, + .init_per_cpu = mcip_setup_per_cpu, .ipi_send = mcip_ipi_send, .ipi_clear = mcip_ipi_clear, }; |