diff options
-rw-r--r-- | Documentation/kernel-parameters.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/kernel-parameters.txt b/Documentation/kernel-parameters.txt index 7dbe5ec9d9cd..4e2ae0e55474 100644 --- a/Documentation/kernel-parameters.txt +++ b/Documentation/kernel-parameters.txt | |||
@@ -3071,6 +3071,15 @@ bytes respectively. Such letter suffixes can also be entirely omitted. | |||
3071 | messages. Disable with a value less than or equal | 3071 | messages. Disable with a value less than or equal |
3072 | to zero. | 3072 | to zero. |
3073 | 3073 | ||
3074 | rcupdate.rcu_self_test= [KNL] | ||
3075 | Run the RCU early boot self tests | ||
3076 | |||
3077 | rcupdate.rcu_self_test_bh= [KNL] | ||
3078 | Run the RCU bh early boot self tests | ||
3079 | |||
3080 | rcupdate.rcu_self_test_sched= [KNL] | ||
3081 | Run the RCU sched early boot self tests | ||
3082 | |||
3074 | rdinit= [KNL] | 3083 | rdinit= [KNL] |
3075 | Format: <full_path> | 3084 | Format: <full_path> |
3076 | Run specified binary instead of /init from the ramdisk, | 3085 | Run specified binary instead of /init from the ramdisk, |