4 May 2006 14:49
Re: arm intr questions
YAMAMOTO Takashi <yamt <at> mwd.biglobe.ne.jp>
2006-05-04 12:49:12 GMT
2006-05-04 12:49:12 GMT
> - who uses irqblock[]? as it seems there is nothing using irqblock, i'd like to remove it. can anyone review the attached patch? thanks. YAMAMOTO Takashi
Index: arch/shark/isa/isa_irqhandler.c
===================================================================
RCS file: /cvsroot/src/sys/arch/shark/isa/isa_irqhandler.c,v
retrieving revision 1.7
diff -u -p -r1.7 isa_irqhandler.c
--- arch/shark/isa/isa_irqhandler.c 11 Dec 2005 12:19:02 -0000 1.7
+++ arch/shark/isa/isa_irqhandler.c 4 May 2006 12:45:52 -0000
<at> <at> -97,7 +97,6 <at> <at> u_int actual_mask;
u_int disabled_mask;
u_int spl_mask;
u_int irqmasks[IPL_LEVELS];
-u_int irqblock[NIRQS];
extern u_int soft_interrupts; /* Only so we can initialise it */
<at> <at> -125,7 +124,6 <at> <at> irq_init()
/* Clear all the IRQ handlers and the irq block masks */
for (loop = 0; loop < NIRQS; ++loop) {
irqhandlers[loop] = NULL;
- irqblock[loop] = 0;
}
(Continue reading)
Ciao,
Andi
RSS Feed