Re: [PATCH] rcu: remove "select IRQ_WORK" from config TREE_RCU

2014-12-24 Thread Paul E. McKenney
On Wed, Dec 24, 2014 at 05:55:28PM +0800, Lai Jiangshan wrote: > The 48a7639ce80c ("rcu: Make callers awaken grace-period kthread") > removed the irq_work_queue(), so the TREE_RCU doesn't need > irq work any more. > > Signed-off-by: Lai Jiangshan Good catch, queued for 3.20. Thank you!

[PATCH] rcu: remove "select IRQ_WORK" from config TREE_RCU

2014-12-24 Thread Lai Jiangshan
The 48a7639ce80c ("rcu: Make callers awaken grace-period kthread") removed the irq_work_queue(), so the TREE_RCU doesn't need irq work any more. Signed-off-by: Lai Jiangshan --- init/Kconfig |2 -- kernel/rcu/tree.h |1 - 2 files changed, 0 insertions(+), 3 deletions(-) diff --git

[PATCH] rcu: remove select IRQ_WORK from config TREE_RCU

2014-12-24 Thread Lai Jiangshan
The 48a7639ce80c (rcu: Make callers awaken grace-period kthread) removed the irq_work_queue(), so the TREE_RCU doesn't need irq work any more. Signed-off-by: Lai Jiangshan la...@cn.fujitsu.com --- init/Kconfig |2 -- kernel/rcu/tree.h |1 - 2 files changed, 0 insertions(+), 3

Re: [PATCH] rcu: remove select IRQ_WORK from config TREE_RCU

2014-12-24 Thread Paul E. McKenney
On Wed, Dec 24, 2014 at 05:55:28PM +0800, Lai Jiangshan wrote: The 48a7639ce80c (rcu: Make callers awaken grace-period kthread) removed the irq_work_queue(), so the TREE_RCU doesn't need irq work any more. Signed-off-by: Lai Jiangshan la...@cn.fujitsu.com Good catch, queued for 3.20. Thank