Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 27
b: refs/heads/master
c: 35b535d
h: refs/heads/master
i:
  25: 1aeb68f
  23: ff27717
v: v3
  • Loading branch information
Eugene Surovegin authored and Linus Torvalds committed Apr 16, 2005
1 parent 69c8291 commit 7ea529f
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 16acbc624e2b7b750570cb672341d05a816051f4
refs/heads/master: 35b535d9cc8dce79c3b72f47c4417c3159d7a8c9
5 changes: 4 additions & 1 deletion trunk/arch/ppc/syslib/ppc4xx_pic.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,10 @@ extern unsigned char ppc4xx_uic_ext_irq_cfg[] __attribute__ ((weak));
#define UIC_HANDLERS(n) \
static void ppc4xx_uic##n##_enable(unsigned int irq) \
{ \
ppc_cached_irq_mask[n] |= IRQ_MASK_UIC##n(irq); \
u32 mask = IRQ_MASK_UIC##n(irq); \
if (irq_desc[irq].status & IRQ_LEVEL) \
mtdcr(DCRN_UIC_SR(UIC##n), mask); \
ppc_cached_irq_mask[n] |= mask; \
mtdcr(DCRN_UIC_ER(UIC##n), ppc_cached_irq_mask[n]); \
} \
\
Expand Down

0 comments on commit 7ea529f

Please sign in to comment.