Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 133757
b: refs/heads/master
c: d7364a2
h: refs/heads/master
i:
  133755: 418e980
v: v3
  • Loading branch information
Hannes Eder authored and Avi Kivity committed Mar 24, 2009
1 parent 077354c commit 5979be9
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: 41d6af119206e98764b4ae6d264d63acefcf851e
refs/heads/master: d7364a29b305862cbc92b3f8b6ad9968270d068c
2 changes: 2 additions & 0 deletions trunk/arch/x86/kvm/i8259.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,13 @@
#include <linux/kvm_host.h>

static void pic_lock(struct kvm_pic *s)
__acquires(&s->lock)
{
spin_lock(&s->lock);
}

static void pic_unlock(struct kvm_pic *s)
__releases(&s->lock)
{
struct kvm *kvm = s->kvm;
unsigned acks = s->pending_acks;
Expand Down

0 comments on commit 5979be9

Please sign in to comment.