mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-02 08:32:55 +00:00

Now that the RCU-bh and RCU-sched update-side functions are simple wrappers around their RCU counterparts, there isn't a whole lot of point in testing them. This commit therefore removes the self-test capability and removes the corresponding kernel-boot parameters. It also updates the various rcutorture .boot files to remove the kernel boot parameters that call for testing RCU-bh and RCU-sched. Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
6 lines
130 B
Clojure
6 lines
130 B
Clojure
rcupdate.rcu_self_test=1
|
|
rcutree.rcu_fanout_exact=1
|
|
rcutree.gp_preinit_delay=3
|
|
rcutree.gp_init_delay=3
|
|
rcutree.gp_cleanup_delay=3
|