mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2026-01-04 23:24:56 +00:00
This commit extracts the common logic of vlapic_calc_dest() and vlapic_calc_dest_lapic_pt() to static inline functions, in order to make vlapic_calc_dest() clean and easy to read. Tracked-On: #1842 Signed-off-by: Yan, Like <like.yan@intel.com>