]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] suspend: don't change cpus_allowed for task initiating the suspend
authorSiddha, Suresh B <suresh.b.siddha@intel.com>
Thu, 7 Dec 2006 04:34:31 +0000 (20:34 -0800)
committerLinus Torvalds <torvalds@woody.osdl.org>
Thu, 7 Dec 2006 16:39:28 +0000 (08:39 -0800)
commit52fa074d4ac21a3929dd7d49d64c4e4630ec0437
tree5eed4de8bfa3ed7e7f71454e82d3e92a5ee36347
parent100cbd026210c91beb0b9e6ca274996fee881d71
[PATCH] suspend: don't change cpus_allowed for task initiating the suspend

Don't modify the cpus_allowed of the task initiating the suspend.
_cpu_down() already makes sure that the task doing the suspend doesn't run
on dying cpu.

Signed-off-by: Suresh Siddha <suresh.b.siddha@intel.com>
Cc: Venkatesh Pallipadi <venkatesh.pallipadi@intel.com>
Cc: Pavel Machek <pavel@ucw.cz>
Cc: "Rafael J. Wysocki" <rjw@sisk.pl>
Cc: Nigel Cunningham <nigel@suspend2.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
kernel/cpu.c