commit | 119fe5e06800afc197781ebc8c2d8ca7d03497c8 | [log] [tgz] |
---|---|---|
author | Mike Galbraith <efault@gmx.de> | Mon Oct 15 17:00:07 2007 +0200 |
committer | Ingo Molnar <mingo@elte.hu> | Mon Oct 15 17:00:07 2007 +0200 |
tree | 9e2c57360f6d7442b6e6e1e2c15542805f322231 | |
parent | 02e0431a3db554019b816936b597d618256b705d [diff] |
sched: fix SMP migration latencies fix SMP migration latencies: the vruntimes of different CPUs are at incompatible offsets so they have to be fixed up when migrating a task across CPUs. Signed-off-by: Mike Galbraith <efault@gmx.de> Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Reviewed-by: Thomas Gleixner <tglx@linutronix.de>