Re: [PATCH] PPC_47x SMP fix

2011-05-18 Thread Benjamin Herrenschmidt
On Wed, 2011-05-18 at 11:57 +0200, Kerstin Jonsson wrote: > commit c56e58537d504706954a06570b4034c04e5b7500 breaks SMP support in PPC_47x > chip. > secondary_ti must be set to current thread info before callin kick_cpu or > else > start_secondary_47x will jump into void when trying to return to

[PATCH] PPC_47x SMP fix

2011-05-18 Thread Kerstin Jonsson
commit c56e58537d504706954a06570b4034c04e5b7500 breaks SMP support in PPC_47x chip. secondary_ti must be set to current thread info before callin kick_cpu or else start_secondary_47x will jump into void when trying to return to c-code. In the current setup secondary_ti is initialized before th

[PATCH] PPC_47x SMP fix

2011-05-18 Thread Kerstin Jonsson
commit c56e58537d504706954a06570b4034c04e5b7500 breaks SMP support in PPC_47x chip. secondary_ti must be set to current thread info before callin kick_cpu or else start_secondary_47x will jump into void when trying to return to c-code. In the current setup secondary_ti is initialized before th