Commit cf450a73 authored by Peter Zijlstra's avatar Peter Zijlstra Committed by Ingo Molnar

perf_counter: Fix up swcounter throttling

/me dons the brown paper bag.
Signed-off-by: default avatarPeter Zijlstra <a.p.zijlstra@chello.nl>
LKML-Reference: <new-submission>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 5622f295
......@@ -3634,7 +3634,7 @@ static void perf_swcounter_overflow(struct perf_counter *counter,
*/
break;
}
throttle = 0;
throttle = 1;
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment