diff options
author | Stephen Boyd <[email protected]> | 2019-10-08 16:45:05 -0700 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2019-10-09 20:56:41 -0700 |
commit | acbf73bfa02881ba9e0532ba1a5f5beec573af9f (patch) | |
tree | 6ce174058b85c1ff4a677c046aa33386eec99bd3 /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | 2bfd3e7651addcaf48f12d4f11ea9d8fca6c3aa8 (diff) |
soc: qcom: llcc: Move regmap config to local variable
This is now a global variable that we're modifying to fix the name.
That isn't terribly thread safe and it's not necessary to be a global so
let's just move this to a local variable instead. This saves space in
the symtab and actually reduces kernel image size because the regmap
config is large and we can replace the initialization of that structure
with a memset and a few member assignments.
Cc: Venkata Narendra Kumar Gutta <[email protected]>
Reviewed-by: Evan Green <[email protected]>
Signed-off-by: Stephen Boyd <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions