Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 127034
b: refs/heads/master
c: 7beb743
h: refs/heads/master
v: v3
  • Loading branch information
Mike Frysinger authored and Bryan Wu committed Nov 18, 2008
1 parent c68a8f8 commit 53fdc4f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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: a638735b3d7fd844fd7f0586ad3ba4a3fe9c23a8
refs/heads/master: 7beb7439acea38ecd0abbbdc72f85732dd59658c
2 changes: 0 additions & 2 deletions trunk/arch/blackfin/include/asm/irq.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,4 @@ static __inline__ int irq_canonicalize(int irq)
return irq;
}

#define SIC_SYSIRQ(irq) (irq - (IRQ_CORETMR + 1))

#endif /* _BFIN_IRQ_H_ */
2 changes: 2 additions & 0 deletions trunk/arch/blackfin/mach-common/ints-priority.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@
#include <asm/gpio.h>
#include <asm/irq_handler.h>

#define SIC_SYSIRQ(irq) (irq - (IRQ_CORETMR + 1))

#ifdef BF537_FAMILY
# define BF537_GENERIC_ERROR_INT_DEMUX
#else
Expand Down

0 comments on commit 53fdc4f

Please sign in to comment.