From: Ingo Molnar Date: Fri, 6 Feb 2009 13:57:51 +0000 (+0100) Subject: timers: split process wide cpu clocks/timers, remove spurious warning X-Git-Tag: v2.6.29-rc5~33^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d8e23df69820e6be42bcc41d441f4860e8c76f7;p=pandora-kernel.git timers: split process wide cpu clocks/timers, remove spurious warning 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 Explained-by: Oleg Nesterov Signed-off-by: Ingo Molnar --- Reading git-diff-tree failed