Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sched/core: Force trivial, unbound kthreads onto low-power CPUs
In order to reduce power consumption, force all non-perf-critical, unbound kthreads onto the low-power CPUs. Note that init must be explicitly excluded from this so that all processes forked from init have a sane default CPU affinity mask. Change-Id: Ic86928a058d8fb033adc834572cd71248d29e705 Signed-off-by: Sultan Alsawaf <sultan@kerneltoast.com> Signed-off-by: Alex Winkowski <dereference23@outlook.com> Signed-off-by: Richard Raya <rdxzv.dev@gmail.com>
- Loading branch information