Re: [PATCH] powerpc/85xx: Add support for SMP initialization

2008-12-08 Thread Trent Piepho
On Tue, 2 Dec 2008, Kumar Gala wrote: Added 85xx specifc smp_ops structure. We use ePAPR style boot release and the MPIC for IPIs at this point. Additionally added routines for secondary cpu entry and initializtion. @@ -740,6 +750,9 @@ finish_tlb_load: #else rlwimi r12, r11, 26,

Re: [PATCH] powerpc/85xx: Add support for SMP initialization

2008-12-08 Thread Benjamin Herrenschmidt
On Tue, 2008-12-02 at 01:55 -0600, Kumar Gala wrote: Added 85xx specifc smp_ops structure. We use ePAPR style boot release and the MPIC for IPIs at this point. Additionally added routines for secondary cpu entry and initializtion. For some internal stuff, I did differently. I have a

Re: [PATCH] powerpc/85xx: Add support for SMP initialization

2008-12-08 Thread Benjamin Herrenschmidt
On Mon, 2008-12-08 at 19:14 -0800, Trent Piepho wrote: On Tue, 2 Dec 2008, Kumar Gala wrote: Added 85xx specifc smp_ops structure. We use ePAPR style boot release and the MPIC for IPIs at this point. Additionally added routines for secondary cpu entry and initializtion. @@ -740,6

[PATCH] powerpc/85xx: Add support for SMP initialization

2008-12-01 Thread Kumar Gala
Added 85xx specifc smp_ops structure. We use ePAPR style boot release and the MPIC for IPIs at this point. Additionally added routines for secondary cpu entry and initializtion. Signed-off-by: Andy Fleming [EMAIL PROTECTED] Signed-off-by: Trent Piepho [EMAIL PROTECTED] Signed-off-by: Kumar Gala