diff options
author | Paul E. McKenney <paul.mckenney@linaro.org> | 2011-01-12 14:18:11 -0800 |
---|---|---|
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2011-01-14 04:58:08 -0800 |
commit | b24efdfdf679cf9b05947c531971905fc727dd40 (patch) | |
tree | 06d8532819315ad0aa84d8ff64a1d35901b018fb /init/Kconfig | |
parent | c072a388d59a1d48e36864d0e66f42d71745be1c (diff) | |
download | kernel_samsung_tuna-b24efdfdf679cf9b05947c531971905fc727dd40.zip kernel_samsung_tuna-b24efdfdf679cf9b05947c531971905fc727dd40.tar.gz kernel_samsung_tuna-b24efdfdf679cf9b05947c531971905fc727dd40.tar.bz2 |
rcu: avoid pointless blocked-task warnings
If the RCU callback-processing kthread has nothing to do, it parks in
a wait_event(). If RCU remains idle for more than two minutes, the
kernel complains about this. This commit changes from wait_event()
to wait_event_interruptible() to prevent the kernel from complaining
just because RCU is idle.
Reported-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Paul E. McKenney <paul.mckenney@linaro.org>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Tested-by: Thomas Weber <weber@corscience.de>
Tested-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'init/Kconfig')
0 files changed, 0 insertions, 0 deletions