From: Heiko Carstens Date: Fri, 17 Feb 2006 21:52:46 +0000 (-0800) Subject: [PATCH] s390: fix preempt_count of idle thread with cpu hotplug X-Git-Tag: v2.6.16-rc4~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1fca251f36fac3fae7d9cf10de69c2c93f6c0000;p=pandora-kernel.git [PATCH] s390: fix preempt_count of idle thread with cpu hotplug Set preempt_count of idle_thread to zero before switching off cpu. Otherwise the preempt_count will be wrong if the cpu is switched on again since the thread will be reused. Signed-off-by: Heiko Carstens Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed