]> git.karo-electronics.de Git - karo-tx-linux.git/commit
softirq: use const char * const for softirq_to_name, whitespace neatening
authorJoe Perches <joe@perches.com>
Fri, 3 Jan 2014 03:16:51 +0000 (14:16 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 6 Jan 2014 09:08:15 +0000 (20:08 +1100)
commit105da727905de36ee210f235d34625d56e8cb7cc
tree72414f1c944ae396b401a1cb286aefb7f4c85aa4
parent46dd909d1ee63e35fd1e93923ff560731af3a0e7
softirq: use const char * const for softirq_to_name, whitespace neatening

Reduce data size a little.
Reduce checkpatch noise.

$ size kernel/softirq.o*
   text    data     bss     dec     hex filename
  11554    6013    4008   21575    5447 kernel/softirq.o.new
  11474    6093    4008   21575    5447 kernel/softirq.o.old

Signed-off-by: Joe Perches <joe@perches.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/interrupt.h
kernel/softirq.c