[PATCH] idle threads should have a sane ->timestamp value
authorIngo Molnar <mingo@elte.hu>
Wed, 8 Mar 2006 05:55:27 +0000 (21:55 -0800)
committerLinus Torvalds <torvalds@g5.osdl.org>
Wed, 8 Mar 2006 22:14:00 +0000 (14:14 -0800)
commit81c29a857d3c8d6ea9c4f20d196c36bf0a07c615
tree3ebb7813439ec75e1afbc4385431388cd7158d67
parent4d6660eb3665f22d16aff466eb9d45df6102b254
[PATCH] idle threads should have a sane ->timestamp value

Idle threads should have a sane ->timestamp value, to avoid init kernel
thread(s) from inheriting it and causing miscalculations in
try_to_wake_up().

Reported-by: Mike Galbraith <efault@gmx.de>.
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Cc: Nick Piggin <nickpiggin@yahoo.com.au>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
kernel/sched.c