Re: [PATCH 3/3] powerpc: fix comment in kernel/irq.c
From: Paul Mackerras <hidden>
Date: 2006-12-19 05:40:38
From: Paul Mackerras <hidden>
Date: 2006-12-19 05:40:38
Johannes Berg writes:
kernel/irq.c contains a comment that speaks of -1 and -2 as interrupt numbers, but this is actually dependent on configuration options now. Replace by NO_IRQ and NO_IRQ_ENABLED.
Hmmm, NO_IRQ has to be 0, if anything, per decree of the head penguin. Paul.