timers: split process wide cpu clocks/timers, remove spurious warning
authorIngo Molnar <mingo@elte.hu>
Fri, 6 Feb 2009 13:57:51 +0000 (14:57 +0100)
committerIngo Molnar <mingo@elte.hu>
Fri, 6 Feb 2009 13:57:51 +0000 (14:57 +0100)
Mike Galbraith reported that the new warning in thread_group_cputimer()
triggers en masse with Amarok running.

Oleg Nesterov observed:

  Can't fastpath_timer_check()->thread_group_cputimer() have the
  false warning too? Suppose we had the timer, then posix_cpu_timer_del()
  removes this timer, but task_cputime_zero(&sig->cputime_expires) still
  not true.

Remove the spurious debug warning.

Reported-by: Mike Galbraith <efault@gmx.de>
Explained-by: Oleg Nesterov <oleg@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

No differences found