[BACK]Return to sa11x0_intr.c CVS log [TXT][DIR] Up to [local] / sys / arch / arm / sa11x0

Diff for /sys/arch/arm/sa11x0/sa11x0_intr.c between version 1.2 and 1.3

version 1.2, 2008/03/05 10:58:29 version 1.3, 2008/05/11 10:26:11
Line 617 
Line 617 
         struct intrhandler *ih;          struct intrhandler *ih;
         irqno = lhandler - handler;          irqno = lhandler - handler;
   
         if (irqno < 1 || irqno >= ICU_LEN)          if (irqno < 0 || irqno >= ICU_LEN)
                 panic("intr_disestablish: bogus irq number %d", irqno);                  panic("intr_disestablish: bogus irq number %d", irqno);
   
         psw = disable_interrupts(I32_bit);          psw = disable_interrupts(I32_bit);

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

CVSweb