diff options
author | 2015-08-24 13:13:51 -0700 | |
---|---|---|
committer | 2015-10-06 11:28:09 -0700 | |
commit | 4f441a258f7badf752b3d9b04b675869ca4e751c (patch) | |
tree | 531c82fbc9b39c44e408d0503ff46d253bd63669 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | rcutorture: Fix module unwind when bad torture_type specified (diff) | |
download | wireguard-linux-4f441a258f7badf752b3d9b04b675869ca4e751c.tar.xz wireguard-linux-4f441a258f7badf752b3d9b04b675869ca4e751c.zip |
rcutorture: Fix unused-function warning for torturing_tasks()
The torturing_tasks() function is used only in kernels built with
CONFIG_PROVE_RCU=y, so the second definition can result in unused-function
compiler warnings. This commit adds __maybe_unused to suppress these
warnings.
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions