From: Thomas Gleixner Date: Wed, 23 Feb 2011 23:52:21 +0000 (+0000) Subject: sched: Switch wait_task_inactive to schedule_hrtimeout() X-Git-Tag: v2.6.39-rc1~503^2~9^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8eb90c30e0e815a1308828352eabd03ca04229dd;p=pandora-kernel.git sched: Switch wait_task_inactive to schedule_hrtimeout() When we force thread hard and soft interrupts the startup of ksoftirqd would hang in kthread_bind() when wait_task_inactive() calls schedule_timeout_uninterruptible() because there is no softirq yet which will wake us up. Signed-off-by: Thomas Gleixner Cc: Peter Zijlstra LKML-Reference: <20110223234956.677109139@linutronix.de> --- Reading git-diff-tree failed