mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-01-04 23:24:56 +00:00
Although the lapic base MSR have the same value in per-cpu except that the BSP bit. However, we would enter s3 on the BSP cpu. After the resume from s3, the BSP bit was clear on the BSP cpu. This patch fix this bug. Tracked-On: #861 Signed-off-by: Li, Fei1 <fei1.li@intel.com> Acked-by: Eddie Dong <eddie.dong@intel.com>