Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 223739
b: refs/heads/master
c: d9a1abe
h: refs/heads/master
i:
  223737: f47ee9c
  223735: b9d2f64
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Jan 4, 2011
1 parent 8f5d8b8 commit 14d1317
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: 867c20265459d30a01b021a9c1e81fb4c5832aa9
refs/heads/master: d9a1abe4844e7591cd82e167a1a09e6546f6c45e
2 changes: 1 addition & 1 deletion trunk/arch/mn10300/kernel/irq.c
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ void migrate_irqs(void)
tmp = CROSS_GxICR(irq, new);

x &= GxICR_LEVEL | GxICR_ENABLE;
if (GxICR(irq) & GxICR_REQUEST) {
if (GxICR(irq) & GxICR_REQUEST)
x |= GxICR_REQUEST | GxICR_DETECT;
CROSS_GxICR(irq, new) = x;
tmp = CROSS_GxICR(irq, new);
Expand Down

0 comments on commit 14d1317

Please sign in to comment.