search for: __syncronize_hardirq

Displaying 1 result from an estimated 1 matches for "__syncronize_hardirq".

2023 Jun 30
1
[PATCH] vp_vdpa: synchronize irq when free irq
On Fri, Jun 30, 2023 at 06:36:56PM +0800, Zhu Lingshan wrote: > This commits synchronizes irqs when free them > > Signed-off-by: Zhu Lingshan <lingshan.zhu at intel.com> > Tested-by: Cindy Lu <lulu at redhat.com> > --- > drivers/vdpa/virtio_pci/vp_vdpa.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/vdpa/virtio_pci/vp_vdpa.c