brintos

brintos / linux-shallow public Read only

0
0
Text · 441 B · 7484656 Raw
18 lines · bash
1#!/bin/bash2# SPDX-License-Identifier: GPL-2.0+3#4# Torture-suite-dependent shell functions for the rest of the scripts.5#6# Copyright (C) IBM Corporation, 20157#8# Authors: Paul E. McKenney <paulmck@linux.ibm.com>9 10# per_version_boot_params bootparam-string config-file seconds11#12# Adds per-version torture-module parameters to kernels supporting them.13per_version_boot_params () {14	echo	refscale.shutdown=1 \15		refscale.verbose=0 \16		$117}18