]> git.ipfire.org Git - people/arne_f/kernel.git/commit
x86/platform/intel-mid: Make several arrays static, to make code smaller
authorColin Ian King <colin.king@canonical.com>
Fri, 25 Aug 2017 16:32:06 +0000 (17:32 +0100)
committerIngo Molnar <mingo@kernel.org>
Tue, 29 Aug 2017 11:30:16 +0000 (13:30 +0200)
commit3308376a914b9c3f57a12072c063814403d983a8
tree58cff2ef8784678599f087b9184976e8e67398af
parentdb46e14f8a3c2657b8f777d422d7dfc7e61e52e9
x86/platform/intel-mid: Make several arrays static, to make code smaller

Don't populate arrays on the stack, instead make them static.
Makes the object code smaller by 76 bytes:

Before:
   text    data     bss     dec     hex filename
   4217    1540     128    5885    16fd arch/x86/platform/intel-mid/pwr.o

After:
   text    data     bss     dec     hex filename
   3981    1700     128    5809    16b1 arch/x86/platform/intel-mid/pwr.o

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Cc: Bjorn Helgaas <bhelgaas@google.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Lukas Wunner <lukas@wunner.de>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: kernel-janitors@vger.kernel.org
Link: http://lkml.kernel.org/r/20170825163206.23250-1-colin.king@canonical.com
Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/platform/intel-mid/pwr.c