aboutsummaryrefslogtreecommitdiff
path: root/net/unix/sysctl_net_unix.c
diff options
context:
space:
mode:
authorColin Ian King <[email protected]>2017-10-12 18:18:23 +0200
committerBartlomiej Zolnierkiewicz <[email protected]>2017-10-12 18:18:23 +0200
commit160d9a6b27b71499557d368fb514f8a9fcbde12e (patch)
tree4acd478b81877b6bf11674276a04e6ff22fa765e /net/unix/sysctl_net_unix.c
parent0619d9e8f101320ee0ee95e8071031c9217d50a3 (diff)
video: fbdev: aty: make const arrays static, reduces object code size
Don't populate the const arrays ragepro_tbl and ragexl_tbl on the stack, instead make them static. Makes the object code smaller by over 380 bytes: Before: text data bss dec hex filename 41089 10592 768 52449 cce1 atyfb_base.o After: text data bss dec hex filename 40544 10752 768 52064 cb60 atyfb_base.o (gcc version 7.2.0, x86_64) Signed-off-by: Colin Ian King <[email protected]> Signed-off-by: Bartlomiej Zolnierkiewicz <[email protected]>
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions