posix_cpu_timers_exit_group(): Do not use thread_group_cputimer()
authorStanislaw Gruszka <sgruszka@redhat.com>
Thu, 6 Aug 2009 23:03:30 +0000 (16:03 -0700)
committerIngo Molnar <mingo@elte.hu>
Sat, 8 Aug 2009 16:30:25 +0000 (18:30 +0200)
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 <sgruszka@redhat.com>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Roland McGrath <roland@redhat.com>
Cc: Vitaly Mayatskikh <vmayatsk@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found