aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/kernel')
-rw-r--r--arch/powerpc/kernel/asm-offsets.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/kernel/asm-offsets.c b/arch/powerpc/kernel/asm-offsets.c
index 17ffcb4f27f9..ab9ae0411e8f 100644
--- a/arch/powerpc/kernel/asm-offsets.c
+++ b/arch/powerpc/kernel/asm-offsets.c
@@ -668,6 +668,7 @@ int main(void)
668 DEFINE(VCPU_LR, offsetof(struct kvm_vcpu, arch.lr)); 668 DEFINE(VCPU_LR, offsetof(struct kvm_vcpu, arch.lr));
669 DEFINE(VCPU_CTR, offsetof(struct kvm_vcpu, arch.ctr)); 669 DEFINE(VCPU_CTR, offsetof(struct kvm_vcpu, arch.ctr));
670 DEFINE(VCPU_PC, offsetof(struct kvm_vcpu, arch.pc)); 670 DEFINE(VCPU_PC, offsetof(struct kvm_vcpu, arch.pc));
671 DEFINE(VCPU_SPRG9, offsetof(struct kvm_vcpu, arch.sprg9));
671 DEFINE(VCPU_LAST_INST, offsetof(struct kvm_vcpu, arch.last_inst)); 672 DEFINE(VCPU_LAST_INST, offsetof(struct kvm_vcpu, arch.last_inst));
672 DEFINE(VCPU_FAULT_DEAR, offsetof(struct kvm_vcpu, arch.fault_dear)); 673 DEFINE(VCPU_FAULT_DEAR, offsetof(struct kvm_vcpu, arch.fault_dear));
673 DEFINE(VCPU_FAULT_ESR, offsetof(struct kvm_vcpu, arch.fault_esr)); 674 DEFINE(VCPU_FAULT_ESR, offsetof(struct kvm_vcpu, arch.fault_esr));