Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131993
b: refs/heads/master
c: c8532db
h: refs/heads/master
i:
  131991: 66c4f94
v: v3
  • Loading branch information
Mark Brown authored and Russell King committed Feb 24, 2009
1 parent e53923a commit 364a086
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: d82ad6d6833ee8248e6c34e1b9fc3c4e61e3f035
refs/heads/master: c8532db7f2661b63f658b9a08cf4053a3e6abb78
2 changes: 1 addition & 1 deletion trunk/arch/arm/plat-s3c64xx/irq-eint.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ static void s3c_irq_eint_unmask(unsigned int irq)
u32 mask;

mask = __raw_readl(S3C64XX_EINT0MASK);
mask |= eint_irq_to_bit(irq);
mask &= ~eint_irq_to_bit(irq);
__raw_writel(mask, S3C64XX_EINT0MASK);
}

Expand Down

0 comments on commit 364a086

Please sign in to comment.