[IA64] save and restore cpus_allowed in cpu_idle_wait
authorSiddha, Suresh B <suresh.b.siddha@intel.com>
Tue, 8 May 2007 16:22:47 +0000 (09:22 -0700)
committerTony Luck <tony.luck@intel.com>
Tue, 8 May 2007 17:01:25 +0000 (10:01 -0700)
Save and Restore the task's cpus_allowed mask, across the set_cpus_allowed()
in cpu_idle_wait(). Without this, we will endup corrupting task's cpu affinity.

Signed-off-by: Suresh Siddha <suresh.b.siddha@intel.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>

No differences found