Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 259179
b: refs/heads/master
c: a63e23b
h: refs/heads/master
i:
  259177: 7f60154
  259175: 31b9b81
v: v3
  • Loading branch information
Fabio Baltieri authored and Kumar Gala committed Jul 22, 2011
1 parent 747d4fe commit 61a7ab4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 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: 50d2a4223bb875d1e3a7ee97d40dd03bf31ce1b7
refs/heads/master: a63e23b932eab46dc8acf39ac86e3385e2dec058
3 changes: 2 additions & 1 deletion trunk/arch/powerpc/platforms/85xx/mpc85xx_ds.c
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,8 @@ void __init mpc85xx_ds_pic_init(void)
if (of_flat_dt_is_compatible(root, "fsl,MPC8572DS-CAMP")) {
mpic = mpic_alloc(np, r.start,
MPIC_PRIMARY |
MPIC_BIG_ENDIAN | MPIC_BROKEN_FRR_NIRQS,
MPIC_BIG_ENDIAN | MPIC_BROKEN_FRR_NIRQS |
MPIC_SINGLE_DEST_CPU,
0, 256, " OpenPIC ");
} else {
mpic = mpic_alloc(np, r.start,
Expand Down
5 changes: 3 additions & 2 deletions trunk/arch/powerpc/platforms/85xx/mpc85xx_rdb.c
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,11 @@ void __init mpc85xx_rdb_pic_init(void)
return;
}

if (of_flat_dt_is_compatible(root, "fsl,85XXRDB-CAMP")) {
if (of_flat_dt_is_compatible(root, "fsl,MPC85XXRDB-CAMP")) {
mpic = mpic_alloc(np, r.start,
MPIC_PRIMARY |
MPIC_BIG_ENDIAN | MPIC_BROKEN_FRR_NIRQS,
MPIC_BIG_ENDIAN | MPIC_BROKEN_FRR_NIRQS |
MPIC_SINGLE_DEST_CPU,
0, 256, " OpenPIC ");
} else {
mpic = mpic_alloc(np, r.start,
Expand Down

0 comments on commit 61a7ab4

Please sign in to comment.