[PATCH] powerpc: Reduce footprint of irq_stat
Anton Blanchard
anton at samba.org
Mon Feb 1 16:44:19 EST 2010
Hi,
> > +static inline void ack_bad_irq(unsigned int irq)
> > +{
> > + printk(KERN_CRIT "unexpected IRQ trap at vector %02x\n", irq);
> > +}
>
> Looks like some unrelated gunk slipped into this patch :-)
We need that to link :)
kernel/irq/handle.c: In function ‘handle_bad_irq’:
kernel/irq/handle.c:43: error: implicit declaration of function ‘ack_bad_irq’
It's basically a copy of the fallback handler in the asm-generic hardirq.h
I'm happy to change it print "IRQ on fire" :)
Anton
More information about the Linuxppc-dev
mailing list