Files
acrn-hypervisor/hypervisor/arch/x86
Kaige Fu 7ccb44afda HV: Remove dead loop in stop_cpus
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>
2019-04-22 19:58:20 +08:00
..
2018-12-19 09:07:14 +08:00
2019-04-22 19:58:20 +08:00
2019-02-22 13:14:36 +08:00
2019-03-14 10:38:17 +08:00
2019-04-22 19:58:20 +08:00
2019-02-22 13:14:36 +08:00
2019-04-22 19:58:20 +08:00
2019-03-22 08:38:13 +08:00