diff options
author | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2016-03-01 08:52:19 -0800 |
---|---|---|
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2016-03-31 13:39:51 -0700 |
commit | 67522beecfc75d133514dda64107ee19125a74b9 (patch) | |
tree | 0e4c08e31e5ff3ffce2fbee8dff44be370d321ab /kernel/torture.c | |
parent | e6fb1fc1085e5b5155bc8f3d3385c48b8bdde95e (diff) | |
download | linux-67522beecfc75d133514dda64107ee19125a74b9.tar.bz2 |
rcutorture: Remove redundant initialization to zero
The current code initializes the global per-CPU variables
rcu_torture_count and rcu_torture_batch to zero. However, C does this
initialization by default, and explicit initialization of per-CPU
variables now needs a different syntax if "make tags" is to work.
This commit therefore removes the initialization.
Reported-by: Peter Zijlstra <peterz@infradead.org>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Diffstat (limited to 'kernel/torture.c')
0 files changed, 0 insertions, 0 deletions