projects
/
platform
/
kernel
/
linux-stable.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5622f29
)
perf_counter: Fix up swcounter throttling
author
Peter Zijlstra
<a.p.zijlstra@chello.nl>
Fri, 18 Sep 2009 10:18:14 +0000
(12:18 +0200)
committer
Ingo Molnar
<mingo@elte.hu>
Fri, 18 Sep 2009 18:43:22 +0000
(20:43 +0200)
/me dons the brown paper bag.
Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl>
LKML-Reference: <new-submission>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
kernel/perf_counter.c
patch
|
blob
|
history
diff --git
a/kernel/perf_counter.c
b/kernel/perf_counter.c
index
2158452
..
6944bd5
100644
(file)
--- a/
kernel/perf_counter.c
+++ b/
kernel/perf_counter.c
@@
-3634,7
+3634,7
@@
static void perf_swcounter_overflow(struct perf_counter *counter,
*/
break;
}
- throttle =
0
;
+ throttle =
1
;
}
}