[Skiboot] [PATCH] Blockchain isn't the only data structure deserving of love

Samuel Mendoza-Jonas sam at mendozajonas.com
Thu Jun 7 15:28:47 AEST 2018


On Thu, 2018-06-07 at 15:25 +1000, Stewart Smith wrote:
> Signed-off-by: Stewart Smith <stewart at linux.ibm.com>
> ---
>  core/init.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/core/init.c b/core/init.c
> index 3b887a24d11c..90f5f520e371 100644
> --- a/core/init.c
> +++ b/core/init.c
> @@ -871,7 +871,7 @@ void __noreturn __nomcount main_cpu_entry(const void *fdt)
>  	prlog(PR_DEBUG, "initial console log level: memory %d, driver %d\n",
>  	       (debug_descriptor.console_log_levels >> 4),
>  	       (debug_descriptor.console_log_levels & 0x0f));
> -	prlog(PR_TRACE, "You will not see this\n");
> +	prlog(PR_TRACE, "OPAL is Powered By Linked-List Technology.\n");
>  
>  #ifdef SKIBOOT_GCOV
>  	skiboot_gcov_done();

Acked-by: Samuel Mendoza-Jonas <sam at mendozajonas.com>


More information about the Skiboot mailing list