ARC: [SMP] IPI ACK interface doesn't need "self" cpu-id
authorVineet Gupta <vgupta@synopsys.com>
Mon, 25 Nov 2013 09:07:14 +0000 (14:37 +0530)
committerVineet Gupta <vgupta@synopsys.com>
Mon, 23 Dec 2013 06:35:04 +0000 (12:05 +0530)
commitccdaa6e0c86d8f48bf87439e4d6942b7a3e58899
tree6dab9bddf9d3b1abeffe72ce42ac33ba0d409f6d
parentddf84433f411b612e935a6719ee395bb9dd2221f
ARC: [SMP] IPI ACK interface doesn't need "self" cpu-id

The interface is confusing, it feels like we are getting "sender" info,
whereas it is the "receiver", which can very well be retrived by
smp_processor_id(), if need be.

Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
arch/arc/include/asm/smp.h
arch/arc/kernel/smp.c
arch/arc/plat-arcfpga/smp.c