diff options
author | 2008-02-18 00:59:54 +0200 | |
---|---|---|
committer | 2008-02-19 16:18:34 +0100 | |
commit | 7c6357da1185d286adaa4452d829ac9b27c4d12f (patch) | |
tree | 083ea8780740a262fb55616b05ec7055f17fb73f /lib/bitmap.c | |
parent | x86: fix vdso_install breaks user "make install" (diff) | |
download | linux-dev-7c6357da1185d286adaa4452d829ac9b27c4d12f.tar.xz linux-dev-7c6357da1185d286adaa4452d829ac9b27c4d12f.zip |
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 <darwish.07@gmail.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'lib/bitmap.c')
0 files changed, 0 insertions, 0 deletions