Skip to content

Commit 4d93b1f

Browse files
committed
nati_x86_64_defconfig: enable CONFIG_RCU_NOCB_CPU_DEFAULT_ALL
NILRT is currently booted with `rcu_nocbs=all` kernel parameter set. Enable CONFIG_RCU_NOCB_CPU_DEFAULT_ALL which will allow us to remove the boot option in the future. Note that it is still possible to override this option using rcu_nocbs or nohz_full boot parameters. Signed-off-by: Gratian Crisan <gratian.crisan@ni.com>
1 parent c56dbad commit 4d93b1f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

arch/x86/configs/nati_x86_64_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ CONFIG_BSD_PROCESS_ACCT=y
1111
CONFIG_BSD_PROCESS_ACCT_V3=y
1212
CONFIG_RCU_EXPERT=y
1313
CONFIG_RCU_NOCB_CPU=y
14+
CONFIG_RCU_NOCB_CPU_DEFAULT_ALL=y
1415
# CONFIG_RCU_NOCB_CPU_CB_BOOST is not set
1516
CONFIG_IKCONFIG=y
1617
CONFIG_IKCONFIG_PROC=y

0 commit comments

Comments
 (0)