aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/asm-offsets.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/kernel/asm-offsets.c')
-rw-r--r--arch/powerpc/kernel/asm-offsets.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/arch/powerpc/kernel/asm-offsets.c b/arch/powerpc/kernel/asm-offsets.c
index d0f2387fd792..f4aba938166b 100644
--- a/arch/powerpc/kernel/asm-offsets.c
+++ b/arch/powerpc/kernel/asm-offsets.c
@@ -437,6 +437,8 @@ int main(void)
437 DEFINE(KVM_TLBIE_LOCK, offsetof(struct kvm, arch.tlbie_lock)); 437 DEFINE(KVM_TLBIE_LOCK, offsetof(struct kvm, arch.tlbie_lock));
438 DEFINE(KVM_ONLINE_CPUS, offsetof(struct kvm, online_vcpus.counter)); 438 DEFINE(KVM_ONLINE_CPUS, offsetof(struct kvm, online_vcpus.counter));
439 DEFINE(KVM_LAST_VCPU, offsetof(struct kvm, arch.last_vcpu)); 439 DEFINE(KVM_LAST_VCPU, offsetof(struct kvm, arch.last_vcpu));
440 DEFINE(KVM_LPCR, offsetof(struct kvm, arch.lpcr));
441 DEFINE(KVM_RMOR, offsetof(struct kvm, arch.rmor));
440 DEFINE(VCPU_DSISR, offsetof(struct kvm_vcpu, arch.shregs.dsisr)); 442 DEFINE(VCPU_DSISR, offsetof(struct kvm_vcpu, arch.shregs.dsisr));
441 DEFINE(VCPU_DAR, offsetof(struct kvm_vcpu, arch.shregs.dar)); 443 DEFINE(VCPU_DAR, offsetof(struct kvm_vcpu, arch.shregs.dar));
442#endif 444#endif
@@ -459,7 +461,7 @@ int main(void)
459 DEFINE(VCPU_HFLAGS, offsetof(struct kvm_vcpu, arch.hflags)); 461 DEFINE(VCPU_HFLAGS, offsetof(struct kvm_vcpu, arch.hflags));
460 DEFINE(VCPU_DEC, offsetof(struct kvm_vcpu, arch.dec)); 462 DEFINE(VCPU_DEC, offsetof(struct kvm_vcpu, arch.dec));
461 DEFINE(VCPU_DEC_EXPIRES, offsetof(struct kvm_vcpu, arch.dec_expires)); 463 DEFINE(VCPU_DEC_EXPIRES, offsetof(struct kvm_vcpu, arch.dec_expires));
462 DEFINE(VCPU_LPCR, offsetof(struct kvm_vcpu, arch.lpcr)); 464 DEFINE(VCPU_PENDING_EXC, offsetof(struct kvm_vcpu, arch.pending_exceptions));
463 DEFINE(VCPU_VPA, offsetof(struct kvm_vcpu, arch.vpa)); 465 DEFINE(VCPU_VPA, offsetof(struct kvm_vcpu, arch.vpa));
464 DEFINE(VCPU_MMCR, offsetof(struct kvm_vcpu, arch.mmcr)); 466 DEFINE(VCPU_MMCR, offsetof(struct kvm_vcpu, arch.mmcr));
465 DEFINE(VCPU_PMC, offsetof(struct kvm_vcpu, arch.pmc)); 467 DEFINE(VCPU_PMC, offsetof(struct kvm_vcpu, arch.pmc));