mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-05-02 21:46:58 +00:00
Now one macro is added to define the alignment requirement. >#define __aligned(x) __attribute__((aligned(x))) Some code uses the __aligned(x) to define the alignment while the other code uses the original alignment definition. So they are unified. Tracked-On: projectacrn/acrn-hypervisor#2131 Signed-off-by: Zhao Yakui <yakui.zhao@intel.com> Acked-by: Anthony Xu <anthony.xu@intel.com> |
||
---|---|---|
.. | ||
arch/x86 | ||
common | ||
debug | ||
dm | ||
lib | ||
public | ||
hv_debug.h | ||
hypervisor.h |