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

Commit 915e5558 authored by Ingo Molnar's avatar Ingo Molnar
Browse files

Merge branch 'perf/core' of...

parents b36f19d5 acd35a46
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -2933,7 +2933,7 @@ again:
	 */

	if (!local_dec_and_test(&data->nest))
		return;
		goto out;

	/*
	 * Publish the known good head. Rely on the full barrier implied
@@ -2954,6 +2954,7 @@ again:
	if (handle->wakeup != local_read(&data->wakeup))
		perf_output_wakeup(handle);

 out:
	preempt_enable();
}