rcu: Control rcutorture startup from kernel boot parameters
[deliverable/linux.git] / kernel / rcutorture.c
index ce84091291b543a56444e5b6cdc166e8b54f1338..eed9f46eb0a5c1680cbd3c6ba56e0bb6f01b3047 100644 (file)
@@ -164,6 +164,8 @@ static int stutter_pause_test;
 #define RCUTORTURE_RUNNABLE_INIT 0
 #endif
 int rcutorture_runnable = RCUTORTURE_RUNNABLE_INIT;
+module_param(rcutorture_runnable, int, 0444);
+MODULE_PARM_DESC(rcutorture_runnable, "Start rcutorture at boot");
 
 #if defined(CONFIG_RCU_BOOST) && !defined(CONFIG_HOTPLUG_CPU)
 #define rcu_can_boost() 1
This page took 0.029917 seconds and 5 git commands to generate.