From: Oleg Nesterov Date: Wed, 17 Jun 2009 23:27:36 +0000 (-0700) Subject: wait_task_zombie: do not use thread_group_cputime() X-Git-Tag: v2.6.31-rc1~213 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77d1ef79568b337f599b75795acc8f78a87ba9ba;p=pandora-kernel.git wait_task_zombie: do not use thread_group_cputime() There is no reason for thread_group_cputime() in wait_task_zombie(), there must be no other threads. This call was previously needed to collect the per-cpu data which we do not have any longer. Signed-off-by: Oleg Nesterov Cc: Peter Zijlstra Acked-by: Roland McGrath Cc: Stanislaw Gruszka Cc: Vitaly Mayatskikh Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed