git: 9front

Download patch

ref: f3909757191f16927de6bd90c9307d08e960973c
parent: 3cf22cd9c904ccdc99c70cc1ab6bd8f6221e38ae
author: Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
date: Wed Jul 13 21:06:52 EDT 2022

imx8: gic: irqenable → intrenable

--- a/sys/src/9/imx8/gic.c
+++ b/sys/src/9/imx8/gic.c
@@ -265,7 +265,7 @@
 	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;
--