diff options
author | 2016-03-01 08:52:19 -0800 | |
---|---|---|
committer | 2016-03-31 13:39:51 -0700 | |
commit | 67522beecfc75d133514dda64107ee19125a74b9 (patch) | |
tree | 0e4c08e31e5ff3ffce2fbee8dff44be370d321ab /tools/perf/scripts/python/export-to-postgresql.py | |
parent | rcuperf: Do not wake up shutdown wait queue if "shutdown" is false. (diff) | |
download | linux-dev-67522beecfc75d133514dda64107ee19125a74b9.tar.xz linux-dev-67522beecfc75d133514dda64107ee19125a74b9.zip |
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 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions