Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 200219
b: refs/heads/master
c: 9940fa8
h: refs/heads/master
i:
  200217: e7d72a3
  200215: fef9f09
v: v3
  • Loading branch information
Julia Lawall authored and Martin Schwidefsky committed Jun 8, 2010
1 parent b723608 commit 494aa29
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: 3164a3cbf8a6bdf85fe3816fe670b391f31c004a
refs/heads/master: 9940fa80ce0e546646b057958960c5c6fd2bbbb2
2 changes: 1 addition & 1 deletion trunk/arch/s390/kvm/sigp.c
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ static int __inject_sigp_stop(struct kvm_s390_local_interrupt *li, int action)
{
struct kvm_s390_interrupt_info *inti;

inti = kzalloc(sizeof(*inti), GFP_KERNEL);
inti = kzalloc(sizeof(*inti), GFP_ATOMIC);
if (!inti)
return -ENOMEM;
inti->type = KVM_S390_SIGP_STOP;
Expand Down

0 comments on commit 494aa29

Please sign in to comment.