]> git.baikalelectronics.ru Git - kernel.git/commit
rcuperf: Fix perf_type module-parameter description
authorXiao Yang <ice_yangxiao@163.com>
Fri, 31 May 2019 15:15:45 +0000 (23:15 +0800)
committerPaul E. McKenney <paulmck@linux.ibm.com>
Thu, 1 Aug 2019 21:30:22 +0000 (14:30 -0700)
commitfd3d85babac07500e5b855c064037f968724dba2
tree4fa1abc0b978dabba5c4361c88727fc3f71c087e
parentbfe2de5a355e71917b08e947fe3e805ec2f51c71
rcuperf: Fix perf_type module-parameter description

The rcu_bh rcuperf type was removed by commit a901c9b29837("rcuperf:
Remove the "rcu_bh" and "sched" torture types"), but it lives on in the
MODULE_PARM_DESC() of perf_type.  This commit therefore changes that
module-parameter description to substitute srcu for rcu_bh.

Signed-off-by: Xiao Yang <ice_yangxiao@163.com>
Signed-off-by: Paul E. McKenney <paulmck@linux.ibm.com>
kernel/rcu/rcuperf.c