|
@@ -182,7 +182,7 @@ void bcm1480_mailbox_interrupt(void)
|
|
int irq = K_BCM1480_INT_MBOX_0_0;
|
|
int irq = K_BCM1480_INT_MBOX_0_0;
|
|
unsigned int action;
|
|
unsigned int action;
|
|
|
|
|
|
- kstat_incr_irqs_this_cpu(irq, irq_to_desc(irq));
|
|
|
|
|
|
+ kstat_incr_irq_this_cpu(irq);
|
|
/* Load the mailbox register to figure out what we're supposed to do */
|
|
/* Load the mailbox register to figure out what we're supposed to do */
|
|
action = (__raw_readq(mailbox_0_regs[cpu]) >> 48) & 0xffff;
|
|
action = (__raw_readq(mailbox_0_regs[cpu]) >> 48) & 0xffff;
|
|
|
|
|