Re: [PATCH] powerpc/6xx: fix setup and use of SPRN_PGDIR for hash32

2019-03-18 Thread Michael Ellerman
Guenter Roeck  writes:
> On 3/15/19 6:20 AM, Christophe Leroy wrote:
>> Michael,
>> 
>> Are you able to get this merged before 5.1-rc1 comes out ?
>
> Looks like this patch got lost. I don't see it in Michael's most recent
> pull request, the one that got merged today.

Sorry, will pick it up for fixes now.

cheers


Re: [PATCH] powerpc/6xx: fix setup and use of SPRN_PGDIR for hash32

2019-03-16 Thread Guenter Roeck

On 3/15/19 6:20 AM, Christophe Leroy wrote:

Michael,

Are you able to get this merged before 5.1-rc1 comes out ?



Looks like this patch got lost. I don't see it in Michael's most recent
pull request, the one that got merged today.

Guenter


Thanks
Christophe

Le 08/03/2019 à 17:06, Christophe Leroy a écrit :



Le 08/03/2019 à 17:03, Segher Boessenkool a écrit :

On Fri, Mar 08, 2019 at 07:05:22AM +, Christophe Leroy wrote:

Not only the 603 but all 6xx need SPRN_PGDIR to be initialised at
startup. This patch move it from __setup_cpu_603() to start_here()
and __secondary_start(), close to the initialisation of SPRN_THREAD.


I thought you meant an SPR I did not know about.  But you just misspelled
SPRN_SPRG_PGDIR :-)



Oops.

Michael, can you fix the commit text (and subject) when applying ?









Re: [PATCH] powerpc/6xx: fix setup and use of SPRN_PGDIR for hash32

2019-03-15 Thread Christophe Leroy

Michael,

Are you able to get this merged before 5.1-rc1 comes out ?

Thanks
Christophe

Le 08/03/2019 à 17:06, Christophe Leroy a écrit :



Le 08/03/2019 à 17:03, Segher Boessenkool a écrit :

On Fri, Mar 08, 2019 at 07:05:22AM +, Christophe Leroy wrote:

Not only the 603 but all 6xx need SPRN_PGDIR to be initialised at
startup. This patch move it from __setup_cpu_603() to start_here()
and __secondary_start(), close to the initialisation of SPRN_THREAD.


I thought you meant an SPR I did not know about.  But you just misspelled
SPRN_SPRG_PGDIR :-)



Oops.

Michael, can you fix the commit text (and subject) when applying ?






Re: [PATCH] powerpc/6xx: fix setup and use of SPRN_PGDIR for hash32

2019-03-08 Thread Christophe Leroy




Le 08/03/2019 à 17:03, Segher Boessenkool a écrit :

On Fri, Mar 08, 2019 at 07:05:22AM +, Christophe Leroy wrote:

Not only the 603 but all 6xx need SPRN_PGDIR to be initialised at
startup. This patch move it from __setup_cpu_603() to start_here()
and __secondary_start(), close to the initialisation of SPRN_THREAD.


I thought you meant an SPR I did not know about.  But you just misspelled
SPRN_SPRG_PGDIR :-)



Oops.

Michael, can you fix the commit text (and subject) when applying ?

Thanks
Christophe


Re: [PATCH] powerpc/6xx: fix setup and use of SPRN_PGDIR for hash32

2019-03-08 Thread Segher Boessenkool
On Fri, Mar 08, 2019 at 07:05:22AM +, Christophe Leroy wrote:
> Not only the 603 but all 6xx need SPRN_PGDIR to be initialised at
> startup. This patch move it from __setup_cpu_603() to start_here()
> and __secondary_start(), close to the initialisation of SPRN_THREAD.

I thought you meant an SPR I did not know about.  But you just misspelled
SPRN_SPRG_PGDIR :-)


Segher