Commit 0b3bafc8 authored by Hollis Blanchard's avatar Hollis Blanchard Committed by Avi Kivity

KVM: PPC: fix compilation of "dump tlbs" debug function

Missing local variable.
Signed-off-by: default avatarHollis Blanchard <hollis_blanchard@mentor.com>
Signed-off-by: default avatarAlexander Graf <agraf@suse.de>
parent 082decf2
......@@ -47,6 +47,7 @@
#ifdef DEBUG
void kvmppc_dump_tlbs(struct kvm_vcpu *vcpu)
{
struct kvmppc_vcpu_44x *vcpu_44x = to_44x(vcpu);
struct kvmppc_44x_tlbe *tlbe;
int i;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment