Commit ff2c93a5 authored by Josh Triplett's avatar Josh Triplett Committed by Linus Torvalds

[PATCH] rcu: Add MODULE_AUTHOR to rcutorture module

Signed-off-by: default avatarJosh Triplett <josh@freedesktop.org>
Acked-by: default avatar"Paul E. McKenney" <paulmck@us.ibm.com>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent b4dfdbb3
......@@ -47,6 +47,7 @@
#include <linux/srcu.h>
MODULE_LICENSE("GPL");
MODULE_AUTHOR("Paul E. McKenney <paulmck@us.ibm.com>");
static int nreaders = -1; /* # reader threads, defaults to 2*ncpus */
static int stat_interval; /* Interval between stats, in seconds. */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment