Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 118523
b: refs/heads/master
c: 5241473
h: refs/heads/master
i:
  118521: fd4e840
  118519: 0128a34
v: v3
  • Loading branch information
Tony Lindgren committed Nov 4, 2008
1 parent 8c8df1b commit 4c4c72e
Show file tree
Hide file tree
Showing 2 changed files with 4 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: e621f266d4cd18a07a833877c3995d2ccb35b951
refs/heads/master: 52414739ca3df12f6d1e78d4dc670e97af0e845f
4 changes: 3 additions & 1 deletion trunk/arch/arm/plat-omap/include/mach/entry-macro.S
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@
#include <mach/omap34xx.h>
#endif

#define INTCPS_SIR_IRQ_OFFSET 0x0040 /* Active interrupt number */
#define INTCPS_SIR_IRQ_OFFSET 0x0040 /* Active interrupt offset */
#define ACTIVEIRQ_MASK 0x7f /* Active interrupt bits */

.macro disable_fiq
.endm
Expand All @@ -88,6 +89,7 @@
cmp \irqnr, #0x0
2222:
ldrne \irqnr, [\base, #INTCPS_SIR_IRQ_OFFSET]
and \irqnr, \irqnr, #ACTIVEIRQ_MASK /* Clear spurious bits */

.endm

Expand Down

0 comments on commit 4c4c72e

Please sign in to comment.