Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 130835
b: refs/heads/master
c: 6fd7ad9
h: refs/heads/master
i:
  130833: e5155ec
  130831: 70d9dfb
v: v3
  • Loading branch information
Uwe Kleine-König committed Jan 31, 2009
1 parent b22c5aa commit 93f9035
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: 08e445bd6a98fa09befe0cf6d67705324f913fc6
refs/heads/master: 6fd7ad96d6c51ba15479cb74dcb189b666422394
2 changes: 1 addition & 1 deletion trunk/arch/arm/kernel/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ int show_interrupts(struct seq_file *p, void *v)
/* Handle bad interrupts */
static struct irq_desc bad_irq_desc = {
.handle_irq = handle_bad_irq,
.lock = SPIN_LOCK_UNLOCKED
.lock = __SPIN_LOCK_UNLOCKED(bad_irq_desc.lock),
};

/*
Expand Down

0 comments on commit 93f9035

Please sign in to comment.