aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rcutorture.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/rcutorture.c')
-rw-r--r--kernel/rcutorture.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/rcutorture.c b/kernel/rcutorture.c
index e34d22bf2293..7b965341b1dc 100644
--- a/kernel/rcutorture.c
+++ b/kernel/rcutorture.c
@@ -47,6 +47,7 @@
47#include <linux/srcu.h> 47#include <linux/srcu.h>
48 48
49MODULE_LICENSE("GPL"); 49MODULE_LICENSE("GPL");
50MODULE_AUTHOR("Paul E. McKenney <paulmck@us.ibm.com>");
50 51
51static int nreaders = -1; /* # reader threads, defaults to 2*ncpus */ 52static int nreaders = -1; /* # reader threads, defaults to 2*ncpus */
52static int stat_interval; /* Interval between stats, in seconds. */ 53static int stat_interval; /* Interval between stats, in seconds. */