aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/asm-offsets.c
diff options
context:
space:
mode:
authorBharat Bhushan <r65777@freescale.com>2013-02-27 13:13:10 -0500
committerAlexander Graf <agraf@suse.de>2013-03-21 20:21:09 -0400
commit15b708beee6841e0a59ded702c8bfe3042a5b5a4 (patch)
treededda86eb2701221dbfdb21acae28a6b22439d58 /arch/powerpc/kernel/asm-offsets.c
parent78accda4f888c77122cf3da6185f905d4677eb07 (diff)
KVM: PPC: booke: Added debug handler
Installed debug handler will be used for guest debug support and debug facility emulation features (patches for these features will follow this patch). Signed-off-by: Liu Yu <yu.liu@freescale.com> [bharat.bhushan@freescale.com: Substantial changes] Signed-off-by: Bharat Bhushan <bharat.bhushan@freescale.com> Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'arch/powerpc/kernel/asm-offsets.c')
-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 b6c17ec9b169..d87c90886c75 100644
--- a/arch/powerpc/kernel/asm-offsets.c
+++ b/arch/powerpc/kernel/asm-offsets.c
@@ -596,6 +596,7 @@ int main(void)
596 DEFINE(VCPU_LAST_INST, offsetof(struct kvm_vcpu, arch.last_inst)); 596 DEFINE(VCPU_LAST_INST, offsetof(struct kvm_vcpu, arch.last_inst));
597 DEFINE(VCPU_FAULT_DEAR, offsetof(struct kvm_vcpu, arch.fault_dear)); 597 DEFINE(VCPU_FAULT_DEAR, offsetof(struct kvm_vcpu, arch.fault_dear));
598 DEFINE(VCPU_FAULT_ESR, offsetof(struct kvm_vcpu, arch.fault_esr)); 598 DEFINE(VCPU_FAULT_ESR, offsetof(struct kvm_vcpu, arch.fault_esr));
599 DEFINE(VCPU_CRIT_SAVE, offsetof(struct kvm_vcpu, arch.crit_save));
599#endif /* CONFIG_PPC_BOOK3S */ 600#endif /* CONFIG_PPC_BOOK3S */
600#endif /* CONFIG_KVM */ 601#endif /* CONFIG_KVM */
601 602