RE: Regarding P2020 in AMP mode

2011-05-10 Thread Aggrwal Poonam-B10812
The code looks to be correct in upstream, Can u mention the AMP boot steps you are using. 5.5.2.4 Test Procedure 1. Power on the board 2. Follow the command below at U-boot prompt = setenv serverip = setenv ipaddr = setenv ethact eTSEC2 = setenv bootargs root=/dev/ram rw console=ttyS0,115200 3.

Re: [BUG] rebuild_sched_domains considered dangerous

2011-05-10 Thread Peter Zijlstra
On Mon, 2011-05-09 at 16:26 -0500, Jesse Larrew wrote: According the the Power firmware folks, updating the home node of a virtual cpu happens rather infrequently. The VPHN code currently checks for topology updates every 60 seconds, but we can poll less frequently if it helps. I chose 60

Re: [PATCH] lib: Consolidate DEBUG_STACK_USAGE option

2011-05-10 Thread Ralf Baechle
On Fri, May 06, 2011 at 10:57:11PM -0700, Stephen Boyd wrote: Acked-by: Ralf Baechle r...@linux-mips.org Ralf ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

[PATCH 1/2] powerpc,e5500: add networking to defconfig

2011-05-10 Thread Scott Wood
Even though support for the p5020's on-chip ethernet is not yet upstream, it is not appropriate to disable all networking support (including loopback, unix domain sockets, external ethernet devices, etc) in the defconfig. The networking settings are taken from mpc85xx_smp_defconfig, minus the

[PATCH 2/2] powerpc/fsl: enable verbose bug output

2011-05-10 Thread Scott Wood
This debug option has no overhead other than a slight increase in kernel size, and makes bug reports more useful. While some end users may prefer to save the space, as a default on a kernel config aimed primarily at development on reference boards, it should be enabled. Signed-off-by: Scott Wood

[PATCH] powerpc: Print corrupt r3 in FWNMI code

2011-05-10 Thread Anton Blanchard
I have a report of an FWNMI with an r3 value that we think is corrupt, but since we don't print r3 we have no idea what was wrong with it. Signed-off-by: Anton Blanchard an...@samba.org --- Index: linux-net/arch/powerpc/platforms/pseries/ras.c