mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-06-06 09:06:30 +00:00
This patch removes dead loop in stop_cpus because timeout never occurs. If target cpu received a NMI and panic, it has called cpu_dead and stop_cpus success. If target cpu is running, an IPI will be delivered to it and then call cpu_dead. Tracked-On: #2991 Signed-off-by: Kaige Fu <kaige.fu@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>