arm64: KVM: Switch vgic save/restore to alternative_insn
[deliverable/linux.git] / arch / arm64 / kernel / asm-offsets.c
index da675cc5dfaeef4e4e0dfb954c0fe26a46238615..c99701a34d7b3c9238c80e1e4ebbaeba6e3488c3 100644 (file)
@@ -127,7 +127,6 @@ int main(void)
   DEFINE(VCPU_VGIC_CPU,                offsetof(struct kvm_vcpu, arch.vgic_cpu));
   DEFINE(VGIC_SAVE_FN,         offsetof(struct vgic_sr_vectors, save_vgic));
   DEFINE(VGIC_RESTORE_FN,      offsetof(struct vgic_sr_vectors, restore_vgic));
-  DEFINE(VGIC_SR_VECTOR_SZ,    sizeof(struct vgic_sr_vectors));
   DEFINE(VGIC_V2_CPU_HCR,      offsetof(struct vgic_cpu, vgic_v2.vgic_hcr));
   DEFINE(VGIC_V2_CPU_VMCR,     offsetof(struct vgic_cpu, vgic_v2.vgic_vmcr));
   DEFINE(VGIC_V2_CPU_MISR,     offsetof(struct vgic_cpu, vgic_v2.vgic_misr));
This page took 0.025636 seconds and 5 git commands to generate.