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)
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>

No differences found