Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 297589
b: refs/heads/master
c: 342d00a
h: refs/heads/master
i:
  297587: 9f8aeef
v: v3
  • Loading branch information
Will Deacon authored and Russell King committed Mar 24, 2012
1 parent 1092798 commit a054d9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 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: d33c88c659d708e7c5d518a05ef9349a36217bb2
refs/heads/master: 342d00ae2b85af003f11036484a33e12e906fe92
5 changes: 1 addition & 4 deletions trunk/arch/arm/kernel/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -181,10 +181,7 @@ void migrate_irqs(void)
local_irq_save(flags);

for_each_irq_desc(i, desc) {
bool affinity_broken = false;

if (!desc)
continue;
bool affinity_broken;

raw_spin_lock(&desc->lock);
affinity_broken = migrate_one_irq(desc);
Expand Down

0 comments on commit a054d9e

Please sign in to comment.