Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 243288
b: refs/heads/master
c: fdea77b
h: refs/heads/master
v: v3
  • Loading branch information
Thomas Gleixner committed Mar 29, 2011
1 parent 71bc8de commit 77830af
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: ac93cdbd6e5e2547a031e2739e0dd445824bf1c8
refs/heads/master: fdea77b88ea19525cce3b850f9183286b8a554e0
2 changes: 1 addition & 1 deletion trunk/arch/arm/common/gic.c
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ void __cpuinit gic_enable_ppi(unsigned int irq)
unsigned long flags;

local_irq_save(flags);
irq_to_desc(irq)->status |= IRQ_NOPROBE;
irq_set_status_flags(irq, IRQ_NOPROBE);
gic_unmask_irq(irq_get_irq_data(irq));
local_irq_restore(flags);
}
Expand Down

0 comments on commit 77830af

Please sign in to comment.