| commit | 1061a44a1cb93536e21425d73924699c8c8cec26 | [log] [tgz] |
|---|---|---|
| author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Wed Oct 09 11:02:00 2013 -0700 |
| committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | Wed Oct 09 11:02:00 2013 -0700 |
| tree | 503c8c1e2cbe5fbae02f08dbda8257c165d55e87 | |
| parent | c139d5f2e235b419f2f3beb8bde309a967147c6d [diff] |
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>