diff options
author | Alexander Graf <agraf@suse.de> | 2014-07-28 19:29:13 +0200 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2014-07-28 19:29:15 +0200 |
commit | ce91ddc471b77ec75e5b2a43c803efac605f37b3 (patch) | |
tree | a1d2e2733694636848cfaaed79c9d32ee7e40d8e /arch/powerpc/kvm/timing.h | |
parent | KVM: PPC: Expose helper functions for data/inst faults (diff) | |
download | linux-ce91ddc471b77ec75e5b2a43c803efac605f37b3.tar.xz linux-ce91ddc471b77ec75e5b2a43c803efac605f37b3.zip |
KVM: PPC: Remove DCR handling
DCR handling was only needed for 440 KVM. Since we removed it, we can also
remove handling of DCR accesses.
Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'arch/powerpc/kvm/timing.h')
-rw-r--r-- | arch/powerpc/kvm/timing.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/powerpc/kvm/timing.h b/arch/powerpc/kvm/timing.h index bf191e72b2d8..3123690c82dc 100644 --- a/arch/powerpc/kvm/timing.h +++ b/arch/powerpc/kvm/timing.h @@ -63,9 +63,6 @@ static inline void kvmppc_account_exit_stat(struct kvm_vcpu *vcpu, int type) case EMULATED_INST_EXITS: vcpu->stat.emulated_inst_exits++; break; - case DCR_EXITS: - vcpu->stat.dcr_exits++; - break; case DSI_EXITS: vcpu->stat.dsi_exits++; break; |