mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-30 04:55:21 +00:00
In write_trampoline_stack_sym(), when do relocation for pcpu's stack, it wrongly adds an offset. As a result, during booting, when non-BSP CPU (APs) tries to run trampoline code once they are waken up by BSP via SIPI, system hangs. Tracked-On: #2349 Signed-off-by: Chaohong guo <chaohong.guo@intel.com> Reviewed-By: Yin Fengwei <fengwei.yin@intel.com> Reviewed-by: Zide Chen <zide.chen@intel.com>