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>
This commit is contained in:
parent
5622f295b5
commit
cf450a7355
|
@ -3634,7 +3634,7 @@ static void perf_swcounter_overflow(struct perf_counter *counter,
|
|||
*/
|
||||
break;
|
||||
}
|
||||
throttle = 0;
|
||||
throttle = 1;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue