forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-11 297b60346df8beafee954a0fd7c2d64f33f3b9bc
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 }