commit | ccdaa6e0c86d8f48bf87439e4d6942b7a3e58899 | [log] [tgz] |
---|---|---|
author | Vineet Gupta <vgupta@synopsys.com> | Mon Nov 25 14:37:14 2013 +0530 |
committer | Vineet Gupta <vgupta@synopsys.com> | Mon Dec 23 12:05:04 2013 +0530 |
tree | 6dab9bddf9d3b1abeffe72ce42ac33ba0d409f6d | |
parent | ddf84433f411b612e935a6719ee395bb9dd2221f [diff] |
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>