]> git.baikalelectronics.ru Git - kernel.git/commit
timer_list: Reduce SEQ_printf footprint
authorJoe Perches <joe@perches.com>
Fri, 17 Apr 2015 18:39:18 +0000 (11:39 -0700)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 22 Apr 2015 10:03:39 +0000 (12:03 +0200)
commit52691ed9632a099dc2f776fd1a9b3edce453eccc
tree10a587f0ac3df845c85f8a78728edcfe1d603d0c
parent57c86cf24dc73b893aa0d0bb6fc3b052a0d0dc73
timer_list: Reduce SEQ_printf footprint

This macro can be converted to a static function to reduce
object size.

(x86-64 defconfig)
$ size kernel/time/timer_list.o*
   text    data     bss     dec     hex filename
   6583       8       0    6591    19bf kernel/time/timer_list.o.old
   4647       8       0    4655    122f kernel/time/timer_list.o.new

Signed-off-by: Joe Perches <joe@perches.com>
Cc: John Stultz <john.stultz@linaro.org>
Link: http://lkml.kernel.org/r/1429295958.2850.104.camel@perches.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
kernel/time/timer_list.c