From: Jan Kiszka <[email protected]> Better pad than rely on both sides using the same compiler logic.
Signed-off-by: Jan Kiszka <[email protected]> --- include/arch/arm-common/asm/jailhouse_hypercall.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/arch/arm-common/asm/jailhouse_hypercall.h b/include/arch/arm-common/asm/jailhouse_hypercall.h index 83cec97b..aeab2816 100644 --- a/include/arch/arm-common/asm/jailhouse_hypercall.h +++ b/include/arch/arm-common/asm/jailhouse_hypercall.h @@ -38,6 +38,7 @@ #define COMM_REGION_COMMON_PLATFORM_INFO \ __u8 gic_version; \ + __u8 padding[7]; \ __u64 gicd_base; \ __u64 gicc_base; \ __u64 gicr_base; \ -- 2.16.4 -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jailhouse-dev/beb95b54284b1defd0f1952d43f8143cf303d38f.1580107046.git.jan.kiszka%40web.de.
