imx8: gic: irqenable → intrenable
This commit is contained in:
parent
8f1954c0dd
commit
ce2ad9701d
1 changed files with 1 additions and 1 deletions
|
@ -265,7 +265,7 @@ intrenable(int irq, void (*f)(Ureg*, void*), void *a, int tbdf, char *)
|
|||
prio = 0x80;
|
||||
intid = irq;
|
||||
if((v = xalloc(sizeof(Vctl))) == nil)
|
||||
panic("irqenable: no mem");
|
||||
panic("intrenable: no mem");
|
||||
v->irq = irq;
|
||||
v->intid = intid;
|
||||
v->f = f;
|
||||
|
|
Loading…
Reference in a new issue