diff options
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2014-07-12 19:01:49 +0200 |
---|---|---|
committer | Paul E. McKenney <paulmck@linux.vnet.ibm.com> | 2014-09-07 16:18:14 -0700 |
commit | a8a29b3b7b18251c4e3ffce501f25ae868302a75 (patch) | |
tree | c1a38c47ae43dc8f89e17d32a3c19434470cd78e /drivers | |
parent | 85b39d305bfe809a11ff2770d380be3e2465beec (diff) |
rcu: Define tracepoint strings only if CONFIG_TRACING is set
Commit f7f7bac9cb1c ("rcu: Have the RCU tracepoints use the tracepoint_string
infrastructure") unconditionally populates the __tracepoint_str input section,
but this section is not assigned an output section if CONFIG_TRACING is not set.
This results in the __tracepoint_str turning up in unexpected places, i.e.,
after _edata.
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Diffstat (limited to 'drivers')
0 files changed, 0 insertions, 0 deletions