From 03245b8c3b487a7b0ce8af36d363727254b23b3d Mon Sep 17 00:00:00 2001 From: Martin Borg Date: Mon, 25 Apr 2016 11:31:31 +0200 Subject: linux/cfg: add config fragment for offloading RCU callbacks Enable support for offloading RCU callback processing from the set of CPUs specified at boot time by the rcu_nocbs parameter. Signed-off-by: Martin Borg Signed-off-by: Adrian Dudau --- recipes-kernel/linux/files/cfg/rcu_nocb.cfg | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes-kernel/linux/files/cfg/rcu_nocb.cfg diff --git a/recipes-kernel/linux/files/cfg/rcu_nocb.cfg b/recipes-kernel/linux/files/cfg/rcu_nocb.cfg new file mode 100644 index 0000000..19a9621 --- /dev/null +++ b/recipes-kernel/linux/files/cfg/rcu_nocb.cfg @@ -0,0 +1 @@ +CONFIG_RCU_NOCB_CPU=y -- cgit v1.2.3-54-g00ecf