git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2a4aa5
)
ARC: [SMP] optimize IPI send and receive
author
Vineet Gupta
<vgupta@synopsys.com>
Thu, 28 Nov 2013 08:27:54 +0000
(13:57 +0530)
committer
Vineet Gupta
<vgupta@synopsys.com>
Mon, 23 Dec 2013 06:35:04 +0000
(12:05 +0530)
* Don't send an IPI if receiver already has a pending IPI.
Atomically piggyback the new msg with pending msg.
* IPI receiver looping on xchg() not required
References: https://lkml.org/lkml/2013/11/25/232
Suggested-by: Peter Zijlstra <peterz@infradead.org>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
No differences found