mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-11-14 02:00:27 +00:00
Since smpcall depends on the per_cpu_region data structure to access smp_call_info_data, this patch adds the initial version of per_cpu support on RISC-V. For now it only includes SMP call related info. Further refinement will be done in the platform initialization patchset (by Hang). Tracked-On: #8786 Signed-off-by: Haicheng Li <haicheng.li@intel.com> Co-developed-by: Shiqing Gao <shiqing.gao@intel.com> Signed-off-by: Shiqing Gao <shiqing.gao@intel.com> Acked-by: Wang, Yu1 <yu1.wang@intel.com>