Skip to content

Commit

Permalink
perf_counter: Fix up swcounter throttling
Browse files Browse the repository at this point in the history
/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>
  • Loading branch information
Peter Zijlstra authored and Ingo Molnar committed Sep 18, 2009
1 parent 5622f29 commit cf450a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/perf_counter.c
Original file line number Diff line number Diff line change
Expand Up @@ -3634,7 +3634,7 @@ static void perf_swcounter_overflow(struct perf_counter *counter,
*/
break;
}
throttle = 0;
throttle = 1;
}
}

Expand Down

0 comments on commit cf450a7

Please sign in to comment.