Re: [PATCH v2] edac: mpc85xx: Add support for MPC8572

2008-10-08 Thread Kumar Gala
On Oct 7, 2008, at 6:10 PM, Doug Thompson wrote: the SVN repos is svn checkout https://bluesmoke.svn.sourceforge.net/svnroot/bluesmoke/trunk the info page is http://bluesmoke.sourceforge.net/ doug t SVN, ick.. - k ___ Linuxppc-dev mailing list

Re: [PATCH v2] edac: mpc85xx: Add support for MPC8572

2008-10-07 Thread Kumar Gala
On Sep 19, 2008, at 6:20 PM, Nate Case wrote: From: Andrew Kilkenny [EMAIL PROTECTED] This adds support for the dual-core MPC8572 processor. We have to support making SPR changes on each core. Also, since we can have multiple memory controllers sharing an interrupt, flag the interrupts with

Re: [PATCH v2] edac: mpc85xx: Add support for MPC8572

2008-10-07 Thread Dave Jiang
There's an SVN+quilt tree via sourceforge for EDAC. I have asked Doug to push this patch upstream to the mm tree. Kumar Gala wrote: On Sep 19, 2008, at 6:20 PM, Nate Case wrote: From: Andrew Kilkenny [EMAIL PROTECTED] This adds support for the dual-core MPC8572 processor. We have to

Re: [PATCH v2] edac: mpc85xx: Add support for MPC8572

2008-10-07 Thread Doug Thompson
Dave Jiang [EMAIL PROTECTED] wrote: There's an SVN+quilt tree via sourceforge for EDAC. I have asked Doug to push this patch upstream to the mm tree. Kumar Gala wrote: On Sep 19, 2008, at 6:20 PM, Nate Case wrote: From: Andrew Kilkenny This adds support for the dual-core MPC8572

[PATCH v2] edac: mpc85xx: Add support for MPC8572

2008-09-19 Thread Nate Case
From: Andrew Kilkenny [EMAIL PROTECTED] This adds support for the dual-core MPC8572 processor. We have to support making SPR changes on each core. Also, since we can have multiple memory controllers sharing an interrupt, flag the interrupts with IRQF_SHARED. Signed-off-by: Andrew Kilkenny