From fdd172185c44ead64e02148f5f72c8795b936505 Mon Sep 17 00:00:00 2001 From: Segher Boessenkool Date: Sat, 8 Jul 2006 02:37:23 +0200 Subject: [PATCH] --- yaml --- r: 32997 b: refs/heads/master c: d319a03bf87209b3914fdf2ede88a2161123b3eb h: refs/heads/master i: 32995: 4512dbd6a4b2c6977d52564d7e175116a3667ff5 v: v3 --- [refs] | 2 +- trunk/arch/powerpc/platforms/maple/setup.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 6918a13d7aae..3f5ebd8ebb05 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e272a2853459b1e7282a7d0b54114ffaa7b3980f +refs/heads/master: d319a03bf87209b3914fdf2ede88a2161123b3eb diff --git a/trunk/arch/powerpc/platforms/maple/setup.c b/trunk/arch/powerpc/platforms/maple/setup.c index cb528c9de4c3..2ecea3b21c7c 100644 --- a/trunk/arch/powerpc/platforms/maple/setup.c +++ b/trunk/arch/powerpc/platforms/maple/setup.c @@ -252,6 +252,8 @@ static void __init maple_init_IRQ(void) /* XXX Maple specific bits */ flags |= MPIC_BROKEN_U3 | MPIC_WANTS_RESET; + /* All U3/U4 are big-endian, older SLOF firmware doesn't encode this */ + flags |= MPIC_BIG_ENDIAN; /* Setup the openpic driver. More device-tree junks, we hard code no * ISUs for now. I'll have to revisit some stuffs with the folks doing