Skip to content

Commit

Permalink
KVM: PPC: fix compilation of "dump tlbs" debug function
Browse files Browse the repository at this point in the history
Missing local variable.

Signed-off-by: Hollis Blanchard <hollis_blanchard@mentor.com>
Signed-off-by: Alexander Graf <agraf@suse.de>
  • Loading branch information
Hollis Blanchard authored and Avi Kivity committed Oct 24, 2010
1 parent 082decf commit 0b3bafc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/powerpc/kvm/44x_tlb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 0b3bafc

Please sign in to comment.