Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 343571
b: refs/heads/master
c: 05dd85f
h: refs/heads/master
i:
  343569: 4380506
  343567: 253801e
v: v3
  • Loading branch information
Paul Mackerras authored and Alexander Graf committed Dec 6, 2012
1 parent e69417c commit 86f9ba8
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: a64fd707481631b9682f9baeefac489bc55bbf73
refs/heads/master: 05dd85f7933ffbe6d71415e631c95ca615ae1e81
2 changes: 1 addition & 1 deletion trunk/arch/powerpc/kvm/book3s_64_mmu_hv.c
Original file line number Diff line number Diff line change
Expand Up @@ -1282,7 +1282,6 @@ static ssize_t kvm_htab_read(struct file *file, char __user *buf,
while (nb + sizeof(hdr) + HPTE_SIZE < count) {
/* Initialize header */
hptr = (struct kvm_get_htab_header __user *)buf;
hdr.index = i;
hdr.n_valid = 0;
hdr.n_invalid = 0;
nw = nb;
Expand All @@ -1298,6 +1297,7 @@ static ssize_t kvm_htab_read(struct file *file, char __user *buf,
++revp;
}
}
hdr.index = i;

/* Grab a series of valid entries */
while (i < kvm->arch.hpt_npte &&
Expand Down

0 comments on commit 86f9ba8

Please sign in to comment.