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

Commit 76755345 authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "sched: Improve the scheduler"

parents 084a5df9 c9d4a841
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7083,7 +7083,7 @@ int find_energy_efficient_cpu(struct task_struct *p, int prev_cpu,
	rcu_read_unlock();

eas_not_ready:
	return -EINVAL;
	return -EPERM;
}
#else
int find_energy_efficient_cpu(struct task_struct *p, int prev_cpu,
@@ -7212,7 +7212,7 @@ int find_energy_efficient_cpu(struct task_struct *p, int prev_cpu,
	return prev_cpu;
fail:
	rcu_read_unlock();
	return -EINVAL;
	return -EPERM;
}
#endif
/*