Hi, Huacai 在 2025/4/1 下午8:30, Huacai Chen 写道:
+static const struct irq_domain_ops redirect_domain_ops = { + .alloc = redirect_alloc, + .free = redirect_free, Since this patch needs a new version, you can rename redirect_alloc/redirect_free to redirect_domain_alloc/redirect_domain_free as other loongson specific drivers. Huacai
Ok, I got it