Commit dfcb2754 authored by Frederic Weisbecker's avatar Frederic Weisbecker Committed by Paul E. McKenney
Browse files

rcu/nocb: Start moving nocb code to its own plugin file



The kernel/rcu/tree_plugin.h file contains not only the plugins for
preemptible RCU, but also many other features including rcu_nocbs
callback offloading.  This offloading has become large and complex,
so it is time to put it in its own file.

This commit starts that process.

Suggested-by: default avatarPaul E. McKenney <paulmck@kernel.org>
Signed-off-by: default avatarFrederic Weisbecker <frederic@kernel.org>
[ paulmck: Rename to tree_nocb.h, add Frederic as author. ]
Signed-off-by: default avatarPaul E. McKenney <paulmck@kernel.org>
parent 2734d6c1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4784,4 +4784,5 @@ void __init rcu_init(void)

#include "tree_stall.h"
#include "tree_exp.h"
#include "tree_nocb.h"
#include "tree_plugin.h"

kernel/rcu/tree_nocb.h

0 → 100644
+1496 −0

File added.

Preview size limit exceeded, changes collapsed.

+0 −1487

File changed.

Preview size limit exceeded, changes collapsed.