Re: [PATCH] powerpc/currituck: Fix up missing MPIC_PRIMARY flag

2011-12-22 Thread Josh Boyer
On Thu, Dec 22, 2011 at 11:21 AM, Kyle Moffett wrote: > The 44x/currituck platform didn't get updated when the MPIC code > inverted the flag from MPIC_PRIMARY => !MPIC_SECONDARY.  Fix it up. > > Signed-off-by: Kyle Moffett I already included this fixup in my 4xx tree 'next' branch. A pull reque

[PATCH] powerpc/currituck: Fix up missing MPIC_PRIMARY flag

2011-12-22 Thread Kyle Moffett
The 44x/currituck platform didn't get updated when the MPIC code inverted the flag from MPIC_PRIMARY => !MPIC_SECONDARY. Fix it up. Signed-off-by: Kyle Moffett --- arch/powerpc/platforms/44x/currituck.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/powerpc/platf