Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kernel: 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 (pid == 1) must be explicitly excluded from this so that all processes forked from init have a sane default CPU affinity mask. Signed-off-by: Sultan Alsawaf <sultanxda@gmail.com>
- Loading branch information