From 072de836f53be56a70cecf70b43ae43b7ce17376 Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Mon, 11 Dec 2023 10:08:36 +0000 Subject: [PATCH] mk-rootfs.sh --- kernel/drivers/pci/controller/pci-hyperv.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/kernel/drivers/pci/controller/pci-hyperv.c b/kernel/drivers/pci/controller/pci-hyperv.c index 03e2569..4353443 100644 --- a/kernel/drivers/pci/controller/pci-hyperv.c +++ b/kernel/drivers/pci/controller/pci-hyperv.c @@ -1522,7 +1522,7 @@ * Prevents hv_pci_onchannelcallback() from running concurrently * in the tasklet. */ - tasklet_disable_in_atomic(&channel->callback_event); + tasklet_disable(&channel->callback_event); /* * Since this function is called with IRQ locks held, can't -- Gitblit v1.6.2