[Skiboot] [EXTERNAL] [PATCH 5/8] xive/p9: sbe size debug print fix

Cédric Le Goater clg at kaod.org
Fri Nov 8 01:48:50 AEDT 2019


On 07/11/2019 14:52, Nicholas Piggin wrote:
> Signed-off-by: Nicholas Piggin <npiggin at gmail.com>


Reviewed-by: Cédric Le Goater <clg at kaod.org>

Thanks,

C. 
> ---
>  hw/xive.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/hw/xive.c b/hw/xive.c
> index 324b8d052..80ab25001 100644
> --- a/hw/xive.c
> +++ b/hw/xive.c
> @@ -1623,7 +1623,7 @@ static bool xive_prealloc_tables(struct xive *x)
>  	}
>  	/* SBEs are initialized to 0b01 which corresponds to "ints off" */
>  	memset(x->sbe_base, 0x55, SBE_SIZE);
> -	xive_dbg(x, "SBE at %p size 0x%x\n", x->sbe_base, IVT_SIZE);
> +	xive_dbg(x, "SBE at %p size 0x%x\n", x->sbe_base, SBE_SIZE);
> 
>  	/* EAS/IVT entries are 8 bytes */
>  	x->ivt_base = local_alloc(x->chip_id, IVT_SIZE, IVT_SIZE);
> 



More information about the Skiboot mailing list