mirror of
https://review.haiku-os.org/haiku
synced 2025-01-27 16:54:49 +01:00
cf863a5040
Simple scheduler is used when we do not have to worry about cache affinity (i.e. single core with or without SMT, multicore with all cache levels shared). When we replace gSchedulerLock with more fine grained locking affine scheduler should also be chosen when logical CPU count is high (regardless of cache).