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/ -- coreboot mailing list: [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

