> [...] Giving a small goodness boost to related
> threads when one thread blocks is not much different in principle to the
> CPU-binding boost we already have.
goodness() has been doing this for a long time:
/* .. and a slight advantage to the current MM */
if (p->mm == prev->mm)
weight += 1;
-- mingo
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/