xen/arm: hvm_domain does not need to be cacheline aligned
authorJulien Grall <julien.grall@arm.com>
Wed, 8 Mar 2017 18:06:00 +0000 (18:06 +0000)
committerStefano Stabellini <sstabellini@kernel.org>
Wed, 8 Mar 2017 18:59:17 +0000 (10:59 -0800)
commite29d37da55f842e17dd95d17aca6a1c7b6fde705
tree7fcfe412fb96176e70d168bbfaa52d8d018f564e
parent60c005c78c41be8d39690879068e52679d45edf5
xen/arm: hvm_domain does not need to be cacheline aligned

hvm_domain only contains the HVM_PARAM that on ARM are not used often.
So it is not necessary to have hvm_domain fitting in a cacheline. Drop
it to save 128 bytes in the structure arch_domain.

Signed-off-by: Julien Grall <julien.grall@arm.com>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
xen/include/asm-arm/domain.h