Back to home page

OSCL-LXR

 
 

    


0001 #!/bin/bash
0002 # SPDX-License-Identifier: GPL-2.0+
0003 #
0004 # Torture-suite-dependent shell functions for the rest of the scripts.
0005 #
0006 # Copyright (C) IBM Corporation, 2015
0007 #
0008 # Authors: Paul E. McKenney <paulmck@linux.ibm.com>
0009 
0010 # per_version_boot_params bootparam-string config-file seconds
0011 #
0012 # Adds per-version torture-module parameters to kernels supporting them.
0013 per_version_boot_params () {
0014         echo $1 rcuscale.shutdown=1 \
0015                 rcuscale.verbose=0
0016 }