Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 343492
b: refs/heads/master
c: adbb48a
h: refs/heads/master
v: v3
  • Loading branch information
Scott Wood authored and Alexander Graf committed Oct 5, 2012
1 parent a89e58d commit ac863a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e400e72f250d2567e89c9bafb47ab91e8d9a15a2
refs/heads/master: adbb48a854bf8dee556dc42b96dd61503351a82d
2 changes: 2 additions & 0 deletions trunk/arch/powerpc/kvm/e500_tlb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1134,6 +1134,8 @@ static void free_gtlb(struct kvmppc_vcpu_e500 *vcpu_e500)
}

vcpu_e500->num_shared_tlb_pages = 0;

kfree(vcpu_e500->shared_tlb_pages);
vcpu_e500->shared_tlb_pages = NULL;
} else {
kfree(vcpu_e500->gtlb_arch);
Expand Down

0 comments on commit ac863a1

Please sign in to comment.