diff options
author | Peter Zijlstra <a.p.zijlstra@chello.nl> | 2009-09-18 06:18:14 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-09-18 14:43:22 -0400 |
commit | cf450a7355a116af793998c118a6bcf7f5a8367e (patch) | |
tree | aaa3bec236b01e1b3070baab548ba445609143a9 /kernel/perf_counter.c | |
parent | 5622f295b53fb60dbf9bed3e2c89d182490a8b7f (diff) |
perf_counter: Fix up swcounter throttling
/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>
Diffstat (limited to 'kernel/perf_counter.c')
-rw-r--r-- | kernel/perf_counter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/perf_counter.c b/kernel/perf_counter.c index 215845243a69..6944bd55ec4e 100644 --- a/kernel/perf_counter.c +++ b/kernel/perf_counter.c | |||
@@ -3634,7 +3634,7 @@ static void perf_swcounter_overflow(struct perf_counter *counter, | |||
3634 | */ | 3634 | */ |
3635 | break; | 3635 | break; |
3636 | } | 3636 | } |
3637 | throttle = 0; | 3637 | throttle = 1; |
3638 | } | 3638 | } |
3639 | } | 3639 | } |
3640 | 3640 | ||