diff options
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2018-05-15 21:25:05 +0200 |
---|---|---|
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2018-06-25 20:30:10 +0200 |
commit | 60500037637397dcc8ea3d3c2f16e05ea6695a86 (patch) | |
tree | c522e618fd88d0746c0ad76860b6afb12f611a20 /kernel/rcu/rcuperf.c | |
parent | torture: Make online/offline messages appear only for verbose=2 (diff) | |
download | linux-60500037637397dcc8ea3d3c2f16e05ea6695a86.tar.xz linux-60500037637397dcc8ea3d3c2f16e05ea6695a86.zip |
torture: Keep old-school dmesg format
This commit adds "#define pr_fmt(fmt) fmt" to the torture-test files
in order to keep the current dmesg format. Once Joe's commits have
hit mainline, these definitions will be changed in order to automatically
generate the dmesg line prefix that the scripts expect. This will have
the beneficial side-effect of allowing printk() formats to be used more
widely and of shortening some pr_*() lines.
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Cc: Joe Perches <joe@perches.com>
Diffstat (limited to 'kernel/rcu/rcuperf.c')
-rw-r--r-- | kernel/rcu/rcuperf.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kernel/rcu/rcuperf.c b/kernel/rcu/rcuperf.c index fb8094848906..df29119b2013 100644 --- a/kernel/rcu/rcuperf.c +++ b/kernel/rcu/rcuperf.c @@ -19,6 +19,9 @@ * * Authors: Paul E. McKenney <paulmck@us.ibm.com> */ + +#define pr_fmt(fmt) fmt + #include <linux/types.h> #include <linux/kernel.h> #include <linux/init.h> |