Files
kernel_arpi/include/linux/sched.h
Stephen Dickey 72a288144d ANDROID: sched: support pick_migrate_task in common kernel
__pick_migrate_task() was present in 5.10 and removed in
5.15 in favor of the balance_push concept.

Restore this function so that the ability to pick a task to migrate
across all scheduling classes can be used by a vendor module.

Function Removed In commit 1cf12e08bc
sched/hotplug: Consolidate task migration on CPU unplug

Bug: 205164003
Change-Id: I56ecd96c32b49495132daefbfc106568ab84e528
Signed-off-by: Stephen Dickey <quic_dickey@quicinc.com>
2021-11-09 00:41:28 +00:00

65 KiB