diff options
author | Peter Zijlstra <a.p.zijlstra@chello.nl> | 2009-09-18 12:18:14 +0200 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-09-18 20:43:22 +0200 |
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, */ break; } - throttle = 0; + throttle = 1; } } |