Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 343491
b: refs/heads/master
c: e400e72
h: refs/heads/master
i:
  343489: 023bddc
  343487: f1cce6d
v: v3
  • Loading branch information
Scott Wood authored and Alexander Graf committed Oct 5, 2012
1 parent 3693dad commit a89e58d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 70bddfefbdcdbfdebd81d8b59ff8a7fa5d450ccc
refs/heads/master: e400e72f250d2567e89c9bafb47ab91e8d9a15a2
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/kvm/e500_tlb.c
Original file line number Diff line number Diff line change
Expand Up @@ -1385,7 +1385,7 @@ int kvmppc_e500_tlb_init(struct kvmppc_vcpu_e500 *vcpu_e500)
if (!vcpu_e500->gtlb_priv[1])
goto err;

vcpu_e500->g2h_tlb1_map = kzalloc(sizeof(unsigned int) *
vcpu_e500->g2h_tlb1_map = kzalloc(sizeof(u64) *
vcpu_e500->gtlb_params[1].entries,
GFP_KERNEL);
if (!vcpu_e500->g2h_tlb1_map)
Expand Down

0 comments on commit a89e58d

Please sign in to comment.