Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3634,7 +3634,7 @@ static void perf_swcounter_overflow(struct perf_counter *counter,
			 */
			break;
		}
		throttle = 0;
		throttle = 1;
	}
}