diff options
author | Hollis Blanchard <hollisb@us.ibm.com> | 2009-01-04 14:51:09 -0500 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2009-03-24 05:03:01 -0400 |
commit | f5d0906b5bafd7faea553ed1cc92bd06755b66b9 (patch) | |
tree | 3de9c4e3d678fce1940e4b76294fadfea5b4fc6a /arch/powerpc/include/asm/kvm_host.h | |
parent | 269e05e48502f1cc06802e9fba90f5100dd6bb0d (diff) |
KVM: ppc: remove debug support broken by KVM debug rewrite
After the rewrite of KVM's debug support, this code doesn't even build any
more.
Signed-off-by: Hollis Blanchard <hollisb@us.ibm.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'arch/powerpc/include/asm/kvm_host.h')
-rw-r--r-- | arch/powerpc/include/asm/kvm_host.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/powerpc/include/asm/kvm_host.h b/arch/powerpc/include/asm/kvm_host.h index 1c6187697520..dfdf13c9fefd 100644 --- a/arch/powerpc/include/asm/kvm_host.h +++ b/arch/powerpc/include/asm/kvm_host.h | |||
@@ -111,11 +111,6 @@ struct kvm_arch { | |||
111 | struct kvm_vcpu_arch { | 111 | struct kvm_vcpu_arch { |
112 | u32 host_stack; | 112 | u32 host_stack; |
113 | u32 host_pid; | 113 | u32 host_pid; |
114 | u32 host_dbcr0; | ||
115 | u32 host_dbcr1; | ||
116 | u32 host_dbcr2; | ||
117 | u32 host_iac[4]; | ||
118 | u32 host_msr; | ||
119 | 114 | ||
120 | u64 fpr[32]; | 115 | u64 fpr[32]; |
121 | ulong gpr[32]; | 116 | ulong gpr[32]; |