diff options
| author | Josh Triplett <josht@us.ibm.com> | 2006-10-04 05:17:09 -0400 |
|---|---|---|
| committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-10-04 10:55:30 -0400 |
| commit | ff2c93a5373f12f86f3281705d11278a9f2334e2 (patch) | |
| tree | ed7b4c63f2d0bfc63884984eb6ccd7a0e722c7a7 | |
| parent | b4dfdbb3c707474a2254c5b4d7e62be31a4b7da9 (diff) | |
[PATCH] rcu: Add MODULE_AUTHOR to rcutorture module
Signed-off-by: Josh Triplett <josh@freedesktop.org>
Acked-by: "Paul E. McKenney" <paulmck@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
| -rw-r--r-- | kernel/rcutorture.c | 1 |
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 | ||
| 49 | MODULE_LICENSE("GPL"); | 49 | MODULE_LICENSE("GPL"); |
| 50 | MODULE_AUTHOR("Paul E. McKenney <paulmck@us.ibm.com>"); | ||
| 50 | 51 | ||
| 51 | static int nreaders = -1; /* # reader threads, defaults to 2*ncpus */ | 52 | static int nreaders = -1; /* # reader threads, defaults to 2*ncpus */ |
| 52 | static int stat_interval; /* Interval between stats, in seconds. */ | 53 | static int stat_interval; /* Interval between stats, in seconds. */ |
