Re: [PATCH 13/17] ppc/pnv: remove stack pointer from PnvPHB4

2022-01-14 Thread Cédric Le Goater
On 1/13/22 20:29, Daniel Henrique Barboza wrote: This pointer was being used for two reasons: pnv_phb4_update_regions() was using it to access the PHB and phb4_realize() was using it as a way to determine if the PHB was user created. We can determine if the PHB is user created via phb->pec, intr

[PATCH 13/17] ppc/pnv: remove stack pointer from PnvPHB4

2022-01-13 Thread Daniel Henrique Barboza
This pointer was being used for two reasons: pnv_phb4_update_regions() was using it to access the PHB and phb4_realize() was using it as a way to determine if the PHB was user created. We can determine if the PHB is user created via phb->pec, introduced in the previous patch, and pnv_phb4_update_r