1
0
Fork 0

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>
hifive-unleashed-5.1
Peter Zijlstra 2009-09-18 12:18:14 +02:00 committed by Ingo Molnar
parent 5622f295b5
commit cf450a7355
1 changed files with 1 additions and 1 deletions

View File

@ -3634,7 +3634,7 @@ static void perf_swcounter_overflow(struct perf_counter *counter,
*/
break;
}
throttle = 0;
throttle = 1;
}
}