kernel_optimize_test/kernel/rcu
Paul E. McKenney 83ebe63ead rcu: Print negatives for stall-warning counter wraparound
The print_other_cpu_stall() and print_cpu_stall() functions print
grace-period numbers using an unsigned format, which means that the number
one less than zero is a very large number.  This commit therefore causes
these numbers to be printed with a signed format in order to improve
readability of the RCU CPU stall-warning output.

Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
2014-04-29 08:43:26 -07:00
..
Makefile
rcu.h
rcutorture.c
srcu.c
tiny_plugin.h
tiny.c
tree_plugin.h rcu: Fix incorrect notes for code 2014-04-29 08:43:19 -07:00
tree_trace.c
tree.c rcu: Print negatives for stall-warning counter wraparound 2014-04-29 08:43:26 -07:00
tree.h
update.c