diff options
author | 2017-09-06 09:56:29 +0100 | |
---|---|---|
committer | 2017-09-06 07:40:28 -0700 | |
commit | 795ef788145ed2fa023efdf11e8d5d7bedc21462 (patch) | |
tree | 269cf02835365f1ceb1ee5b0abc777172f55ceb1 /tools/perf/scripts/python/call-graph-from-sql.py | |
parent | ahci: don't use MSI for devices with the silly Intel NVMe remapping scheme (diff) | |
download | wireguard-linux-795ef788145ed2fa023efdf11e8d5d7bedc21462.tar.xz wireguard-linux-795ef788145ed2fa023efdf11e8d5d7bedc21462.zip |
libata: zpodd: make arrays cdb static, reduces object code size
Don't populate the arrays cdb on the stack, instead make them static.
Makes the object code smaller by 230 bytes:
Before:
text data bss dec hex filename
3797 240 0 4037 fc5 drivers/ata/libata-zpodd.o
After:
text data bss dec hex filename
3407 400 0 3807 edf drivers/ata/libata-zpodd.o
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-sql.py')
0 files changed, 0 insertions, 0 deletions