summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2017-09-06 09:56:29 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-07-03 11:21:26 +0200
commitcbb55b978d0bcf417d0f669a8fa01c7580dd3d93 (patch)
tree35913e0261b1cb2a35109cd88f2c531176d88d0d /tools/perf/scripts/python/bin
parent6f5edfa503fc5e9d142ca5865464f870a1c9622d (diff)
libata: zpodd: make arrays cdb static, reduces object code size
commit 795ef788145ed2fa023efdf11e8d5d7bedc21462 upstream. 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> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions