aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/kvm/timing.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/kvm/timing.h')
-rw-r--r--arch/powerpc/kvm/timing.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/powerpc/kvm/timing.h b/arch/powerpc/kvm/timing.h
index 8167d42a776f..bf191e72b2d8 100644
--- a/arch/powerpc/kvm/timing.h
+++ b/arch/powerpc/kvm/timing.h
@@ -93,6 +93,12 @@ static inline void kvmppc_account_exit_stat(struct kvm_vcpu *vcpu, int type)
case SIGNAL_EXITS:
vcpu->stat.signal_exits++;
break;
+ case DBELL_EXITS:
+ vcpu->stat.dbell_exits++;
+ break;
+ case GDBELL_EXITS:
+ vcpu->stat.gdbell_exits++;
+ break;
}
}