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:
184f412
)
perf_event: x86: Deduplicate the disable code
author
Peter Zijlstra
<a.p.zijlstra@chello.nl>
Mon, 25 Jan 2010 14:58:43 +0000
(15:58 +0100)
committer
Ingo Molnar
<mingo@elte.hu>
Fri, 29 Jan 2010 08:01:45 +0000
(09:01 +0100)
Share the meat of the x86_pmu_disable() code with hw_perf_enable().
Also remove the barrier() from that code, since I could not convince
myself we actually need it.
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Stephane Eranian <eranian@google.com>
LKML-Reference: <new-submission>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
No differences found