summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Zijlstra <a.p.zijlstra@chello.nl>2009-09-18 12:18:14 +0200
committerIngo Molnar <mingo@elte.hu>2009-09-18 20:43:22 +0200
commitcf450a7355a116af793998c118a6bcf7f5a8367e (patch)
treeaaa3bec236b01e1b3070baab548ba445609143a9
parent5622f295b53fb60dbf9bed3e2c89d182490a8b7f (diff)
downloadop-kernel-dev-cf450a7355a116af793998c118a6bcf7f5a8367e.zip
op-kernel-dev-cf450a7355a116af793998c118a6bcf7f5a8367e.tar.gz
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>
-rw-r--r--kernel/perf_counter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/perf_counter.c b/kernel/perf_counter.c
index 2158452..6944bd5 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;
}
}
OpenPOWER on IntegriCloud