Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 4151
b: refs/heads/master
c: 4b1294f
h: refs/heads/master
i:
  4149: f4c6271
  4147: c7285d0
  4143: b52bd43
v: v3
  • Loading branch information
Eugene Surovegin authored and Linus Torvalds committed Jul 6, 2005
1 parent ccc02df commit f0c2b8e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f326d22b8cc5bfebfa5b3f6a4066dc737def2234
refs/heads/master: 4b1294f928d9396e45f62b1c306ac8bf9fae036b
4 changes: 4 additions & 0 deletions trunk/arch/ppc/syslib/ppc4xx_pic.c
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,10 @@ static int ppc4xx_pic_get_irq(struct pt_regs *regs)

static void __init ppc4xx_pic_impl_init(void)
{
#if defined(CONFIG_440GX)
/* Disable 440GP compatibility mode if it was enabled in firmware */
SDR_WRITE(DCRN_SDR_MFR, SDR_READ(DCRN_SDR_MFR) & ~DCRN_SDR_MFR_PCM);
#endif
/* Configure Base UIC */
mtdcr(DCRN_UIC_CR(UICB), 0);
mtdcr(DCRN_UIC_TR(UICB), 0);
Expand Down

0 comments on commit f0c2b8e

Please sign in to comment.