X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=arch%2Fxtensa%2Fkernel%2Firq.c;h=c64a5d387de51d9e0e4c2225a8ae348c05b331e8;hp=8cd38484e1306ab8e12aeeb1185813960f0a8869;hb=327723edebbbd621ed35b0d63073685eb225563e;hpb=3d0beb921fa34ebf8b13e206e5473329b14deb83 diff --git a/arch/xtensa/kernel/irq.c b/arch/xtensa/kernel/irq.c index 8cd38484e130..c64a5d387de5 100644 --- a/arch/xtensa/kernel/irq.c +++ b/arch/xtensa/kernel/irq.c @@ -26,15 +26,6 @@ static unsigned int cached_irq_mask; atomic_t irq_err_count; -/* - * 'what should we do if we get a hw irq event on an illegal vector'. - * each architecture has to answer this themselves. - */ -void ack_bad_irq(unsigned int irq) -{ - printk("unexpected IRQ trap at vector %02x\n", irq); -} - /* * do_IRQ handles all normal device IRQ's (the special * SMP cross-CPU interrupts have their own specific