Re: [PATCH] [POWERPC] 40X: Add Default Restart Machdep Method to 40X Platforms

2008-03-01 Thread Josh Boyer
On Sat, 1 Mar 2008 12:32:54 +0100 Stefan Roese <[EMAIL PROTECTED]> wrote: > On Saturday 23 February 2008, Grant Erickson wrote: > > This patch restores the reset on restart functionality to 40x-based > > platforms that was formerly provided--but not used in arch/powerpc--by > > abort() in head_40x

Re: [PATCH] [POWERPC] 40X: Add Default Restart Machdep Method to 40X Platforms

2008-03-01 Thread Stefan Roese
On Saturday 23 February 2008, Grant Erickson wrote: > This patch restores the reset on restart functionality to 40x-based > platforms that was formerly provided--but not used in arch/powerpc--by > abort() in head_40x.S. This functionality is now provided by > ppc40x_reset_system(char *) in a fashio

Re: [PATCH] [POWERPC] 40X: Add Default Restart Machdep Method to 40X Platforms

2008-02-23 Thread Josh Boyer
On Fri, 22 Feb 2008 15:28:44 -0800 Grant Erickson <[EMAIL PROTECTED]> wrote: > This patch restores the reset on restart functionality to 40x-based > platforms that was formerly provided--but not used in arch/powerpc--by > abort() in head_40x.S. This functionality is now provided by > ppc40x_reset_

[PATCH] [POWERPC] 40X: Add Default Restart Machdep Method to 40X Platforms

2008-02-22 Thread Grant Erickson
This patch restores the reset on restart functionality to 40x-based platforms that was formerly provided--but not used in arch/powerpc--by abort() in head_40x.S. This functionality is now provided by ppc40x_reset_system(char *) in a fashion similar to that of the 44x-based platforms. Compiled, lin