rcutorture: Adjust for RCU source-code movement

The source code for the rcutorture kernel module used to be in
kernel/rcutorture.c, so that the kernel boot parameters needed to be
prefixed by "rcutorture.".  The new location is kernel/rcu/torture.c,
so that the kernel boot parameters need to be prefixed by "torture.".
Make the scripts to the needed translation when run on newer kernels.

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
1 file changed