Re: [PATCH 1/2] powerpc/asm-offset: Remove unused items related to paca

2021-05-04 Thread Christophe Leroy
Le 04/05/2021 à 12:40, Christophe Leroy a écrit : Le 04/05/2021 à 12:14, Nicholas Piggin a écrit : Excerpts from Christophe Leroy's message of May 4, 2021 2:46 am: PACA_SIZE, PACACONTEXTID, PACALOWSLICESPSIZE, PACAHIGHSLICEPSIZE, PACA_SLB_ADDR_LIMIT, MMUPSIZEDEFSIZE, PACASLBCACHE, PACASLBC

Re: [PATCH 1/2] powerpc/asm-offset: Remove unused items related to paca

2021-05-04 Thread Christophe Leroy
Le 04/05/2021 à 12:14, Nicholas Piggin a écrit : Excerpts from Christophe Leroy's message of May 4, 2021 2:46 am: PACA_SIZE, PACACONTEXTID, PACALOWSLICESPSIZE, PACAHIGHSLICEPSIZE, PACA_SLB_ADDR_LIMIT, MMUPSIZEDEFSIZE, PACASLBCACHE, PACASLBCACHEPTR, PACASTABRR, PACAVMALLOCSLLP, MMUPSIZESLLP, P

Re: [PATCH 1/2] powerpc/asm-offset: Remove unused items related to paca

2021-05-04 Thread Nicholas Piggin
Excerpts from Christophe Leroy's message of May 4, 2021 2:46 am: > PACA_SIZE, PACACONTEXTID, PACALOWSLICESPSIZE, PACAHIGHSLICEPSIZE, > PACA_SLB_ADDR_LIMIT, MMUPSIZEDEFSIZE, PACASLBCACHE, PACASLBCACHEPTR, > PACASTABRR, PACAVMALLOCSLLP, MMUPSIZESLLP, PACACONTEXTSLLP, > PACALPPACAPTR, LPPACA_DTLIDX an

[PATCH 1/2] powerpc/asm-offset: Remove unused items related to paca

2021-05-03 Thread Christophe Leroy
PACA_SIZE, PACACONTEXTID, PACALOWSLICESPSIZE, PACAHIGHSLICEPSIZE, PACA_SLB_ADDR_LIMIT, MMUPSIZEDEFSIZE, PACASLBCACHE, PACASLBCACHEPTR, PACASTABRR, PACAVMALLOCSLLP, MMUPSIZESLLP, PACACONTEXTSLLP, PACALPPACAPTR, LPPACA_DTLIDX and PACA_DTL_RIDX are not used anymore by ASM code. Remove them. Signed-o