]> git.baikalelectronics.ru Git - kernel.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>
Mon, 23 Dec 2013 06:35:04 +0000 (12:05 +0530)
commit802d0264fc50570648e474e4bd86c884105d495b
tree6dab9bddf9d3b1abeffe72ce42ac33ba0d409f6d
parentf0f5426a900c912d2f6a3fd672b217d0040508ca
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