mirror of
https://github.com/torvalds/linux.git
synced 2024-12-02 17:11:33 +00:00
86026abf47
Don't populate const arrays on the stack but instead make them static. Makes the object code smaller and saves nearly 550 bytes. Before: text data bss dec hex filename 3638 752 0 4390 1126 smiapp-quirk.o After: text data bss dec hex filename 2802 1040 0 3842 f02 smiapp-quirk.o Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com> |
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
smiapp-core.c | ||
smiapp-limits.c | ||
smiapp-limits.h | ||
smiapp-quirk.c | ||
smiapp-quirk.h | ||
smiapp-reg-defs.h | ||
smiapp-reg.h | ||
smiapp-regs.c | ||
smiapp-regs.h | ||
smiapp.h |