From: Ahmed S. Darwish Date: Sun, 17 Feb 2008 22:59:54 +0000 (+0200) Subject: x86: i8259A: remove redundant irq_descinitialization X-Git-Tag: v2.6.25-rc3~109^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c6357da1185d286adaa4452d829ac9b27c4d12f;p=pandora-kernel.git x86: i8259A: remove redundant irq_descinitialization Remove redundant irq_desc[NR_IRQS] element initialization in init_ISA_irqs(). irq_desc[NR_IRQS] is already statically initialized with the same values in kernel/irq/handle.c . besides the clean-up value this also saves some space: text data bss dec hex filename 1389 356 14 1759 6df i8259_32.o.before 1325 356 14 1695 69f i8259_32.o.after Signed-off-by: Ahmed S. Darwish Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed