]> git.baikalelectronics.ru Git - kernel.git/commit
posix-timers: Remove dead task special case
authorFrederic Weisbecker <fweisbec@gmail.com>
Thu, 10 Oct 2013 22:37:39 +0000 (00:37 +0200)
committerFrederic Weisbecker <fweisbec@gmail.com>
Mon, 9 Dec 2013 15:53:50 +0000 (16:53 +0100)
commit6ebd88e9a9838a665a989f3074ae4849282150ca
tree7feb8c589c23b908a6a7af8d560478f0e86f2de4
parent251f87addb0524220fd06a544948ed0486f9e370
posix-timers: Remove dead task special case

Now that we've removed all the optimizations that could
result in NULL timer's targets, we can remove all the
associated special case handling.

Also add some warnings on NULL targets to spot any possible
leftover.

Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Oleg Nesterov <oleg@redhat.com>
Cc: Kosaki Motohiro <kosaki.motohiro@jp.fujitsu.com>
Cc: Andrew Morton <akpm@linux-foundation.org>
kernel/posix-cpu-timers.c