Skip to content

Commit

Permalink
chickernel_defconfig: remove rcu_nocbs from cmdline
Browse files Browse the repository at this point in the history
* There is no reason to include rcu_nocbs in CONFIG_CMDLINE since it will be overwritten by the kernel anyway

>>>
[0.000000] Kernel command line: <other entries> rcu_nocbs=all <other entries> rcu_nocbs=0-7
<<<

Signed-off-by: chickendrop89 <chickendrop89@gmail.com>
  • Loading branch information
chickendrop89 committed Sep 8, 2024
1 parent fed0402 commit 1e73b26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/configs/chickernel_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ CONFIG_SETEND_EMULATION=y
CONFIG_ARM64_MPAM=y
CONFIG_RANDOMIZE_BASE=y
# CONFIG_RANDOMIZE_MODULE_REGION_FULL is not set
CONFIG_CMDLINE="stack_depot_disable=on kasan.stacktrace=off kvm-arm.mode=protected cgroup_disable=pressure rcu_nocbs=all"
CONFIG_CMDLINE="stack_depot_disable=on kasan.stacktrace=off kvm-arm.mode=protected cgroup_disable=pressure"
CONFIG_CMDLINE_EXTEND=y
# CONFIG_DMI is not set
CONFIG_HIBERNATION=y
Expand Down

0 comments on commit 1e73b26

Please sign in to comment.