mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-12-12 07:52:32 +00:00
Now, we are trying to move softirq from vcpu thread context to real softirq context (it was not real softirq context even it has softirq name), we need to make sure all the spinlock could be access from softirq handler to use spinlock_irqsave_obtain and spinlock_irqrestore_release. Tracked-On: #3387 Signed-off-by: Yin Fengwei <fengwei.yin@intel.com> Acked-by: Anthony Xu <anthony.xu@intel.com>
14 KiB
14 KiB