]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit929cdba1b474049f0787dae117e750bd1a98137f
tree3ebb7813439ec75e1afbc4385431388cd7158d67
parentafcd1f952a365934e888b31bdcd4bf029e350b82
[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