X-Git-Url: http://pilppa.org/gitweb/?a=blobdiff_plain;f=arch%2Fcris%2Fkernel%2Firq.c;h=903ea62c6e21b6ac5fa6ed899cba5c5c261b6015;hb=2c6221483169ddd4c04797cd7296ed4fe52fcdd7;hp=6547bb64636419de268dadcccea8d7b89c84c425;hpb=8d231c11fd0b694c447e59e687754b6999eea0a2;p=linux-2.6-omap-h63xx.git diff --git a/arch/cris/kernel/irq.c b/arch/cris/kernel/irq.c index 6547bb64636..903ea62c6e2 100644 --- a/arch/cris/kernel/irq.c +++ b/arch/cris/kernel/irq.c @@ -19,7 +19,6 @@ * Naturally it's not a 1:1 relation, but there are similarities. */ -#include #include #include #include @@ -86,7 +85,7 @@ skip: /* called by the assembler IRQ entry functions defined in irq.h * to dispatch the interrupts to registred handlers * interrupts are disabled upon entry - depending on if the - * interrupt was registred with SA_INTERRUPT or not, interrupts + * interrupt was registred with IRQF_DISABLED or not, interrupts * are re-enabled or not. */