diff options
author | 2017-11-02 12:49:08 -0400 | |
---|---|---|
committer | 2017-11-07 04:00:31 -0500 | |
commit | eaa8c79eadc04b06d1434be09207074c9989cefb (patch) | |
tree | 54e7df355b5a90af6575cdd6dd052480a616bd70 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | media: usb: fix spelling mistake: "synchronuously" -> "synchronously" (diff) | |
download | linux-dev-eaa8c79eadc04b06d1434be09207074c9989cefb.tar.xz linux-dev-eaa8c79eadc04b06d1434be09207074c9989cefb.zip |
media: drxd: make const array fastIncrDecLUT static
Don't populate array fastIncrDecLUT on the stack but instead make it
static. Makes the object code smaller by over 360 bytes:
text data bss dec hex filename
32680 944 64 33688 8398 drxd_hard.o
text data bss dec hex filename
32223 1040 64 33327 822f drxd_hard.o
(gcc version 7.2.0 x86_64)
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions