commit | 71e20f1873d46e138c26ce83f8fe54b7221f572f | [log] [tgz] |
---|---|---|
author | Ingo Molnar <mingo@elte.hu> | Mon Oct 15 17:00:19 2007 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Oct 15 17:00:19 2007 +0200 |
tree | 3b5c5083d3ffcf7c9d7ddad81acf30c09197ef99 | |
parent | d172fcd3ae1ca7ac27ec8904242fd61e0e11d332 [diff] |
sched: affine sync wakeups make sync wakeups affine for cache-cold tasks: if a cache-cold task is woken up by a sync wakeup then use the opportunity to migrate it straight away. (the two tasks are 'related' because they communicate) Signed-off-by: Ingo Molnar <mingo@elte.hu>