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:
4385d58
)
perf_event: Fix preempt warning in perf_clock()
author
Peter Zijlstra
<peterz@infradead.org>
Fri, 26 Feb 2010 15:36:23 +0000
(16:36 +0100)
committer
Ingo Molnar
<mingo@elte.hu>
Fri, 26 Feb 2010 16:25:00 +0000
(17:25 +0100)
A recent commit introduced a preemption warning for
perf_clock(), use raw_smp_processor_id() to avoid this, it
really doesn't matter which cpu we use here.
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
LKML-Reference: <
1267198583
.22519.684.camel@laptop>
Cc: <stable@kernel.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/perf_event.c
patch
|
blob
|
history
diff --cc
kernel/perf_event.c
Simple merge