]> git.karo-electronics.de Git - linux-beck.git/commit
powerpc/85xx: fix mpic configuration in CAMP mode
authorFabio Baltieri <fabio.baltieri@gmail.com>
Tue, 12 Jul 2011 07:49:43 +0000 (09:49 +0200)
committerKumar Gala <galak@kernel.crashing.org>
Fri, 22 Jul 2011 08:28:29 +0000 (03:28 -0500)
commita63e23b932eab46dc8acf39ac86e3385e2dec058
treeebf4f164d1210196786b984157a7fdcea6f1600f
parent50d2a4223bb875d1e3a7ee97d40dd03bf31ce1b7
powerpc/85xx: fix mpic configuration in CAMP mode

Change the string to check for CAMP mode boot on MPC85xx (eg. P2020) to match
the one in the corresponding dts files (p2020rdb_camp_core{0,1}.dts).

Without this fix the mpic is configured as in the SMP boot mode, which causes
the first core to report a protected source interrupt error for devices
of the other core and lock up.

Also add MPIC_SINGLE_DEST_CPU on both P2020 based architectures in CAMP
mode as suggested by Scott Wood. Thanks.

Cc: Scott Wood <scottwood@freescale.com>
Cc: Poonam Aggrwal <poonam.aggrwal@freescale.com>
Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Fabio Baltieri <fabio.baltieri@gmail.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/platforms/85xx/mpc85xx_ds.c
arch/powerpc/platforms/85xx/mpc85xx_rdb.c