From: Stanislaw Gruszka Date: Thu, 6 Aug 2009 23:03:30 +0000 (-0700) Subject: posix_cpu_timers_exit_group(): Do not use thread_group_cputimer() X-Git-Tag: v2.6.31-rc6~31^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17d42c1c497aa54952b9e58c1502a46f0df40315;p=pandora-kernel.git posix_cpu_timers_exit_group(): Do not use thread_group_cputimer() When the process exits we don't have to run new cputimer nor use running one (as it not accounts when tsk->exit_state != 0) to get process CPU times. As there is only one thread we can just use CPU times fields from task and signal structs. Signed-off-by: Stanislaw Gruszka Cc: Peter Zijlstra Cc: Roland McGrath Cc: Vitaly Mayatskikh Signed-off-by: Andrew Morton Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed