mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-11-16 22:33:00 +00:00
Rename send_single_ipi() and send_dest_ipi_mask() to arch_send_single_ipi() and arch_send_dest_ipi_mask() in x86, to make the naming consistent with the RISC-V implementation and reflect that these functions are arch-specific. Tracked-On: #8786 Signed-off-by: Shiqing Gao <shiqing.gao@intel.com> Acked-by: Wang, Yu1 <yu1.wang@intel.com>