Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 202330
b: refs/heads/master
c: 376d41f
h: refs/heads/master
v: v3
  • Loading branch information
Andi Kleen authored and Avi Kivity committed Aug 1, 2010
1 parent 0d82c3c commit 26eb3a5
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: 3b5d13218667b3ca52efa52cec1d322163bf5465
refs/heads/master: 376d41ff2669617a1ef828466ad07a1be99d24d3
2 changes: 1 addition & 1 deletion trunk/virt/kvm/kvm_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1547,7 +1547,7 @@ static long kvm_vcpu_ioctl(struct file *filp,
goto out;
p = &sigset;
}
r = kvm_vcpu_ioctl_set_sigmask(vcpu, &sigset);
r = kvm_vcpu_ioctl_set_sigmask(vcpu, p);
break;
}
case KVM_GET_FPU: {
Expand Down

0 comments on commit 26eb3a5

Please sign in to comment.