diff options
author | Colin Ian King <[email protected]> | 2019-10-07 15:05:59 +0100 |
---|---|---|
committer | Geert Uytterhoeven <[email protected]> | 2019-10-14 12:11:12 +0200 |
commit | 126c9cb9997dc8bd27f48303c10220feb9aec9ba (patch) | |
tree | 638138782ad7f6e5e1ef2cf67cf8304da929d1ce /tools/perf/scripts/python/syscall-counts-by-pid.py | |
parent | 930d3a4907ae6cdb476db23fc7caa86e9de1e557 (diff) |
pinctrl: rzn1: Make array reg_drive static, makes object smaller
Don't populate the array reg_drive on the stack but instead make it
static. Makes the object code smaller by 32 bytes.
Before:
text data bss dec hex filename
31991 15696 0 47687 ba47 drivers/pinctrl/pinctrl-rzn1.o
After:
text data bss dec hex filename
31863 15792 0 47655 ba27 drivers/pinctrl/pinctrl-rzn1.o
(gcc version 9.2.1, amd64)
Signed-off-by: Colin Ian King <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Geert Uytterhoeven <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions