Rev 3841 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 3841 | Rev 3906 | ||
---|---|---|---|
Line 71... | Line 71... | ||
71 | /* Acknowledge the interrupt before processing */ |
71 | /* Acknowledge the interrupt before processing */ |
72 | pic_ack_interrupt(inum); |
72 | pic_ack_interrupt(inum); |
73 | ack = true; |
73 | ack = true; |
74 | } |
74 | } |
75 | 75 | ||
76 | irq->handler(irq, irq->arg); |
76 | irq->handler(irq); |
77 | spinlock_unlock(&irq->lock); |
77 | spinlock_unlock(&irq->lock); |
78 | } else { |
78 | } else { |
79 | /* |
79 | /* |
80 | * Spurious interrupt. |
80 | * Spurious interrupt. |
81 | */ |
81 | */ |