Commit 1b2a62be authored by Vineet Gupta's avatar Vineet Gupta Committed by Vineet Gupta
Browse files

ARC: perf: fix misleading comment about pmu vs counter stop



Signed-off-by: default avatarVineet Gupta <vgupta@ikernel.org>
parent 7e5b06b8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -328,7 +328,7 @@ static void arc_pmu_stop(struct perf_event *event, int flags)
	}

	if (!(event->hw.state & PERF_HES_STOPPED)) {
		/* stop ARC pmu here */
		/* stop hw counter here */
		write_aux_reg(ARC_REG_PCT_INDEX, idx);

		/* condition code #0 is always "never" */