]> git.karo-electronics.de Git - karo-tx-linux.git/commit
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>
Thu, 5 Dec 2013 05:59:06 +0000 (11:29 +0530)
commita57c54f4fb45436996ccdc250108de0b838219ad
tree3b3ce56729602c5ee6f129ba449fed94e13231f5
parentd818e3f2695bbe53f0c7b567746e219b84398bb9
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