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:
ef60777
)
perf: Optimize the hotpath by converting the perf output buffer to local_t
author
Peter Zijlstra
<a.p.zijlstra@chello.nl>
Tue, 18 May 2010 08:54:20 +0000
(10:54 +0200)
committer
Ingo Molnar
<mingo@elte.hu>
Tue, 18 May 2010 16:35:49 +0000
(18:35 +0200)
Since there is now only a single writer, we can use
local_t instead and avoid all these pesky LOCK insn.
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
LKML-Reference: <new-submission>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
No differences found