HOTPLUG: Adapt cpuset hotplug callback to CPU_DYING
authorAvi Kivity <avi@qumranet.com>
Thu, 24 May 2007 09:33:15 +0000 (12:33 +0300)
committerAvi Kivity <avi@qumranet.com>
Mon, 16 Jul 2007 09:05:49 +0000 (12:05 +0300)
commitac076758b97d9e3d2c1557cfa412911e93cd0919
tree9df55c693f4e86a1157be6151c2d5d1f8906868a
parentdb912f963909b3cbc3a059b7528f6a1a1eb6ffae
HOTPLUG: Adapt cpuset hotplug callback to CPU_DYING

CPU_DYING is called in atomic context, so don't try to take any locks.

Signed-off-by: Avi Kivity <avi@qumranet.com>
kernel/cpuset.c