forked from ~ljy/RK356X_SDK_RELEASE
kernel/arch/x86/xen/irq.c....@@ -128,6 +128,6 @@128128 129129 void __init xen_init_irq_ops(void)130130 {131- pv_irq_ops = xen_irq_ops;131+ pv_ops.irq = xen_irq_ops;132132 x86_init.irqs.intr_init = xen_init_IRQ;133133 }