mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-10-09 10:23:24 +00:00
Common structures are used by DM, kernel, HV. Aligned attribute might caused structures size mismatch between DM/HV and kernel, as kernel uses default GCC alignment. So, make DM/HV also use the default GCC alignment. Tracked-On: #6282 Signed-off-by: Shuo A Liu <shuo.a.liu@intel.com>