[Skiboot] [PATCH 1/9] phb4: Update comment

Benjamin Herrenschmidt benh at kernel.crashing.org
Fri Oct 20 23:54:01 AEDT 2017


On Fri, 2017-10-20 at 22:59 +1100, Michael Neuling wrote:
> No functional change.

Super critical comment...

> Signed-off-by: Michael Neuling <mikey at neuling.org>
> ---
>  hw/phb4.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/hw/phb4.c b/hw/phb4.c
> index c64ded92f9..492716857b 100644
> --- a/hw/phb4.c
> +++ b/hw/phb4.c
> @@ -1140,7 +1140,7 @@ static int64_t phb4_ioda_reset(struct phb *phb, bool purge)
>  
>  	/* Additional OPAL specific inits */
>  
> -	/* Clear RTT and PELTV */
> +	/* Clear RTT and PELTV and pest */

 and PEST, not pest :-)

>  	if (p->tbl_rtt)
>  		memcpy((void *)p->tbl_rtt, p->rte_cache, RTT_TABLE_SIZE);
>  	if (p->tbl_peltv)


More information about the Skiboot mailing list