[coreboot] v3 stage1 warnings

Carl-Daniel Hailfinger c-d.hailfinger.devel.2006 at gmx.net
Wed Oct 29 03:10:37 CET 2008


On 28.10.2008 21:24, Myles Watson wrote:
> This patch removes an unused variable, adds a necessary cast, and moves a
> declaration into an #ifdef.
>   

The unused variable me was introduced recently by Ron ~3 weeks ago to
handle the BSP/AP distinction. Unfortunately, he didn't yet have time to
finish his work.

> Index: arch/x86/stage1.c
> ===================================================================
> --- arch/x86/stage1.c	(revision 956)
> +++ arch/x86/stage1.c	(working copy)
> @@ -170,7 +170,6 @@
>  	struct global_vars globvars;
>  	int ret;
>  	struct mem_file archive;
> -	struct node_core_id me;
>  
>  	post_code(POST_STAGE1_MAIN);
>  
>
>   

Regards,
Carl-Daniel

-- 
http://www.hailfinger.org/





More information about the coreboot mailing list