Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sched/fair: Compile out NUMA code entirely when disabled
Scheduler code is very hot and every little optimization counts. Instead of constantly checking sched_numa_balancing when NUMA is disabled, compile it out. Signed-off-by: Sultan Alsawaf <[email protected]> Signed-off-by: LibXZR <[email protected]> Signed-off-by: atndko <[email protected]>
- Loading branch information