x86: remove debug printks (io_apic.c)
authorMarkus Trippelsdorf <markus@trippelsdorf.de>
Wed, 31 Dec 2008 12:00:43 +0000 (13:00 +0100)
committerIngo Molnar <mingo@elte.hu>
Fri, 2 Jan 2009 22:19:36 +0000 (23:19 +0100)
commit37dd3cb4153084ff693e738b7ee087990d351e5e
tree7337fddd5f133497f88648bb111eebe12925ee67
parent47dabdc7fcd4daa52dcda72a1f18603dd168355d
x86: remove debug printks (io_apic.c)

Impact: reduce printk noise

The message "alloc irq_2_pin on cpu 0 node 0" is printed way too often.

% dmesg|grep irq_2_pin|wc -l
20

Get rid of the debug printks.

Signed-off-by: Markus Trippelsdorf <markus@trippelsdorf.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
arch/x86/kernel/io_apic.c