forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-13 9d77db3c730780c8ef5ccd4b66403ff5675cfe4e
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 }