[Patch] powerpc/cell: make ptcal more reliable (V2)

2009-05-05 Thread stenzel
to facilitate diagnostics. Signed-off-by: Gerhard Stenzel gerhard.sten...@de.ibm.com Index: linux-2.6/arch/powerpc/platforms/cell/ras.c === --- linux-2.6.orig/arch/powerpc/platforms/cell/ras.c +++ linux-2.6/arch/powerpc/platforms/cell

[Patch] powerpc/cell: make ptcal more reliable

2009-05-04 Thread stenzel
This is for QS21. The following patch allocates pages only from the specified node, moves the ptcal area into the middle of the allocated page to avoid potential prefetch problems and prints the address of the ptcal area to facilitate diagnostics. Signed-off-by: Gerhard Stenzel