From: Julien Grall Date: Mon, 14 Sep 2015 15:30:38 +0000 (+0100) Subject: xen/arm: hvm_domain drop unused field instropection_enabled X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~2537 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7f315c5323bb8185319384ae94bf913d4d15902c;p=xen.git xen/arm: hvm_domain drop unused field instropection_enabled Signed-off-by: Julien Grall Acked-by: Ian Campbell --- diff --git a/xen/include/asm-arm/domain.h b/xen/include/asm-arm/domain.h index 56aa208995..7ddaeaa074 100644 --- a/xen/include/asm-arm/domain.h +++ b/xen/include/asm-arm/domain.h @@ -17,7 +17,6 @@ struct hvm_domain { uint64_t params[HVM_NR_PARAMS]; struct hvm_iommu iommu; - bool_t introspection_enabled; } __cacheline_aligned; #ifdef CONFIG_ARM_64