Skip to content
Commit 7de4e744 authored by Joe Perches's avatar Joe Perches Committed by Thomas Gleixner
Browse files

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: default avatarJoe 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: default avatarThomas Gleixner <tglx@linutronix.de>
parent 646da631
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment