diff options
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/rcutorture.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/kernel/rcutorture.c b/kernel/rcutorture.c index aaa7b9f3532a..7fa184f6a48f 100644 --- a/kernel/rcutorture.c +++ b/kernel/rcutorture.c | |||
@@ -1396,12 +1396,16 @@ rcu_torture_print_module_parms(struct rcu_torture_ops *cur_ops, char *tag) | |||
1396 | "fqs_duration=%d fqs_holdoff=%d fqs_stutter=%d " | 1396 | "fqs_duration=%d fqs_holdoff=%d fqs_stutter=%d " |
1397 | "test_boost=%d/%d test_boost_interval=%d " | 1397 | "test_boost=%d/%d test_boost_interval=%d " |
1398 | "test_boost_duration=%d shutdown_secs=%d " | 1398 | "test_boost_duration=%d shutdown_secs=%d " |
1399 | "stall_cpu=%d stall_cpu_holdoff=%d " | ||
1400 | "n_barrier_cbs=%d " | ||
1399 | "onoff_interval=%d onoff_holdoff=%d\n", | 1401 | "onoff_interval=%d onoff_holdoff=%d\n", |
1400 | torture_type, tag, nrealreaders, nfakewriters, | 1402 | torture_type, tag, nrealreaders, nfakewriters, |
1401 | stat_interval, verbose, test_no_idle_hz, shuffle_interval, | 1403 | stat_interval, verbose, test_no_idle_hz, shuffle_interval, |
1402 | stutter, irqreader, fqs_duration, fqs_holdoff, fqs_stutter, | 1404 | stutter, irqreader, fqs_duration, fqs_holdoff, fqs_stutter, |
1403 | test_boost, cur_ops->can_boost, | 1405 | test_boost, cur_ops->can_boost, |
1404 | test_boost_interval, test_boost_duration, shutdown_secs, | 1406 | test_boost_interval, test_boost_duration, shutdown_secs, |
1407 | stall_cpu, stall_cpu_holdoff, | ||
1408 | n_barrier_cbs, | ||
1405 | onoff_interval, onoff_holdoff); | 1409 | onoff_interval, onoff_holdoff); |
1406 | } | 1410 | } |
1407 | 1411 | ||