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

Commit 3a88a0b8 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "Perf: arm64: Use proper API to get task cpu"

parents 531efadc 4e69a078
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@ void tracectr_notifier(void *ignore, bool preempt,
{
	u32 cnten_val;
	int current_pid;
	u32 cpu = task_thread_info(next)->cpu;
	u32 cpu = task_cpu(next);

	if (tp_pid_state != 1)
		return;